COLOR #CBE77C

HEX: #CBE77C
RGB: (203,231,124)

Color info

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

RGB color model

#CBE77C color RGB value is (203,231,124).

  • red value is 203;
  • green value is 231;
  • blue value is 124.
RGB:
(203,231,124)
(80%,91%,49%)

RGB channels and saturation

R 203 of 255 = 80%
G 231 of 255 = 91%
B 124 of 255 = 49%

203
231
124

R + G + B ~ 73%. #CBE77C is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 231 + 124 = 558 (100%)
R 203 of 558 ~ 36.38%
G 231 of 558 ~ 41.4%
B 124 of 558 ~ 22.22%

%36.38
%41.4
%22.22

CMYK color model

#CBE77C color CMYK value is (12,0,46,9).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 9.41%
CMYK:
(12,0,46,9)
C12M0Y46K9 
(12%,0%,46%,9%)
(0.12/0.00/0.46/0.09)	

CMYK percentages

%12.12
%0
%46.32
%9.41

Codes

Color #CBE77C in popluar color models

CBE77C
RGB203231124
HSL76°69.03%69.61%
HSB/HSV76°46.32%90.59%
CMYK12.12%0.00%46.32%
9.41%

Color #CBE77C in popluar number systems.

HEXCBE77C
Decimal203231124
Binary11001011111001111111100
Octal313347174

Shades and tints

Shades of #CBE77C

#CBE77C
(203,231,124)
#B9D271
(185,210,113)
#A7BD66
(167,189,102)
#95A85B
(149,168,91)
#839350
(131,147,80)
#717E45
(113,126,69)
#5F693A
(95,105,58)
#4D542F
(77,84,47)
#3B3F24
(59,63,36)
#292A19
(41,42,25)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #CBE77C

#CBE77C
(203,231,124)
#CFE987
(207,233,135)
#D3EB92
(211,235,146)
#D7ED9D
(215,237,157)
#DBEFA8
(219,239,168)
#DFF1B3
(223,241,179)
#E3F3BE
(227,243,190)
#E7F5C9
(231,245,201)
#EBF7D4
(235,247,212)
#EFF9DF
(239,249,223)
#F3FBEA
(243,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE77C color. Also use rgb(203,231,124) instead hex code.

Text Font Color

.myTextColor { color: #CBE77C; }

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

This text font color is #CBE77C.


Background Color

.myBgColor { background-color: #CBE77C; }

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

This div background color is #CBE77C.


Border color

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

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

This div border color is #CBE77C.


Opacity

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

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

Text with #CBE77C 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 #CBE77C;}

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

This text has shadow with #CBE77C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE77C on black background.


Color preview on white background

This text has color #CBE77C on white background.



Black color preview on #CBE77C background

This text has black color on #CBE77C background.


White color preview on #CBE77C background

This text has white color on #CBE77C background.