COLOR #CBE971

HEX: #CBE971
RGB: (203,233,113)

Color info

#CBE971 contains mainly red and green colors. Web safe color of #CBE971 is #CCFF66 (or #CF6).

RGB color model

#CBE971 color RGB value is (203,233,113).

  • red value is 203;
  • green value is 233;
  • blue value is 113.
RGB:
(203,233,113)
(80%,91%,44%)

RGB channels and saturation

R 203 of 255 = 80%
G 233 of 255 = 91%
B 113 of 255 = 44%

203
233
113

R + G + B ~ 72%. #CBE971 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 233 + 113 = 549 (100%)
R 203 of 549 ~ 36.98%
G 233 of 549 ~ 42.44%
B 113 of 549 ~ 20.58%

%36.98
%42.44
%20.58

CMYK color model

#CBE971 color CMYK value is (13,0,52,9).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 51.50%
  • key color value is 8.63%
CMYK:
(13,0,52,9)
C13M0Y52K9 
(13%,0%,52%,9%)
(0.13/0.00/0.52/0.09)	

CMYK percentages

%12.88
%0
%51.5
%8.63

Codes

Color #CBE971 in popluar color models

CBE971
RGB203233113
HSL75°73.17%67.84%
HSB/HSV75°51.50%91.37%
CMYK12.88%0.00%51.50%
8.63%

Color #CBE971 in popluar number systems.

HEXCBE971
Decimal203233113
Binary11001011111010011110001
Octal313351161

Shades and tints

Shades of #CBE971

#CBE971
(203,233,113)
#B9D467
(185,212,103)
#A7BF5D
(167,191,93)
#95AA53
(149,170,83)
#839549
(131,149,73)
#71803F
(113,128,63)
#5F6B35
(95,107,53)
#4D562B
(77,86,43)
#3B4121
(59,65,33)
#292C17
(41,44,23)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #CBE971

#CBE971
(203,233,113)
#CFEB7D
(207,235,125)
#D3ED89
(211,237,137)
#D7EF95
(215,239,149)
#DBF1A1
(219,241,161)
#DFF3AD
(223,243,173)
#E3F5B9
(227,245,185)
#E7F7C5
(231,247,197)
#EBF9D1
(235,249,209)
#EFFBDD
(239,251,221)
#F3FDE9
(243,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE971 color. Also use rgb(203,233,113) instead hex code.

Text Font Color

.myTextColor { color: #CBE971; }

<p style="color:#CBE971">This sample text font color is #CBE971.</p>

This text font color is #CBE971.


Background Color

.myBgColor { background-color: #CBE971; }

<div style="background-color:#CBE971">Inner text</div>

This div background color is #CBE971.


Border color

.myBorderColor { border: 1px solid #CBE971; }

<div style="border:3px solid #CBE971">Div</div>

This div border color is #CBE971.


Opacity

.myOpacity80 { color: #CBE971; opacity: 0.8; }

<p style="color:#CBE971;opacity:0.8;">80%</p>

Text with #CBE971 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CBE971;}

<p style="text-shadow: 3px 3px 1px #CBE971">Text here.</p>

This text has shadow with #CBE971 color.

.textShadow {text-shadow: 3px 3px 1px #CBE971, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CBE971, 5px 5px 20px red">Text here.</p>

This text has shadow with #CBE971 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CBE971, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CBE971, Direction=45, Strength=4)">Text</p>

This text has shadow with #CBE971 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CBE971;
  -webkit-box-shadow:	1px 1px 3px 2px #CBE971;
  box-shadow:		1px 1px 3px 2px #CBE971;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CBE971;
-webkit-box-shadow: 1px 1px 3px 2px #CBE971;
box-shadow:1px 1px 3px 2px #CBE971;">
Div content here</div>
This div box has shadow with color #CBE971.

Preview

Color preview on black background

This text has color #CBE971 on black background.


Color preview on white background

This text has color #CBE971 on white background.



Black color preview on #CBE971 background

This text has black color on #CBE971 background.


White color preview on #CBE971 background

This text has white color on #CBE971 background.