COLOR #CBE77E

HEX: #CBE77E
RGB: (203,231,126)

Color info

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

RGB color model

#CBE77E color RGB value is (203,231,126).

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

RGB channels and saturation

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

203
231
126

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

Portions of RGB colors in percentages

R + G + B =
203 + 231 + 126 = 560 (100%)
R 203 of 560 ~ 36.25%
G 231 of 560 ~ 41.25%
B 126 of 560 ~ 22.5%

%36.25
%41.25
%22.5

CMYK color model

#CBE77E color CMYK value is (12,0,45,9).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 9.41%
CMYK:
(12,0,45,9)
C12M0Y45K9 
(12%,0%,45%,9%)
(0.12/0.00/0.45/0.09)	

CMYK percentages

%12.12
%0
%45.45
%9.41

Codes

Color #CBE77E in popluar color models

CBE77E
RGB203231126
HSL76°68.63%70.00%
HSB/HSV76°45.45%90.59%
CMYK12.12%0.00%45.45%
9.41%

Color #CBE77E in popluar number systems.

HEXCBE77E
Decimal203231126
Binary11001011111001111111110
Octal313347176

Shades and tints

Shades of #CBE77E

#CBE77E
(203,231,126)
#B9D273
(185,210,115)
#A7BD68
(167,189,104)
#95A85D
(149,168,93)
#839352
(131,147,82)
#717E47
(113,126,71)
#5F693C
(95,105,60)
#4D5431
(77,84,49)
#3B3F26
(59,63,38)
#292A1B
(41,42,27)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #CBE77E

#CBE77E
(203,231,126)
#CFE989
(207,233,137)
#D3EB94
(211,235,148)
#D7ED9F
(215,237,159)
#DBEFAA
(219,239,170)
#DFF1B5
(223,241,181)
#E3F3C0
(227,243,192)
#E7F5CB
(231,245,203)
#EBF7D6
(235,247,214)
#EFF9E1
(239,249,225)
#F3FBEC
(243,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE77E; }

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

This text font color is #CBE77E.


Background Color

.myBgColor { background-color: #CBE77E; }

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

This div background color is #CBE77E.


Border color

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

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

This div border color is #CBE77E.


Opacity

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

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

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

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

This text has shadow with #CBE77E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE77E on black background.


Color preview on white background

This text has color #CBE77E on white background.



Black color preview on #CBE77E background

This text has black color on #CBE77E background.


White color preview on #CBE77E background

This text has white color on #CBE77E background.