COLOR #CFEB9B

HEX: #CFEB9B
RGB: (207,235,155)

Color info

#CFEB9B contains mainly red and green colors. Web safe color of #CFEB9B is #CCFF99 (or #CF9).

RGB color model

#CFEB9B color RGB value is (207,235,155).

  • red value is 207;
  • green value is 235;
  • blue value is 155.
RGB:
(207,235,155)
(81%,92%,61%)

RGB channels and saturation

R 207 of 255 = 81%
G 235 of 255 = 92%
B 155 of 255 = 61%

207
235
155

R + G + B ~ 78%. #CFEB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 235 + 155 = 597 (100%)
R 207 of 597 ~ 34.67%
G 235 of 597 ~ 39.36%
B 155 of 597 ~ 25.96%

%34.67
%39.36
%25.96

CMYK color model

#CFEB9B color CMYK value is (12,0,34,8).

  • cyan value is 11.91%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 7.84%
CMYK:
(12,0,34,8)
C12M0Y34K8 
(12%,0%,34%,8%)
(0.12/0.00/0.34/0.08)	

CMYK percentages

%11.91
%0
%34.04
%7.84

Codes

Color #CFEB9B in popluar color models

CFEB9B
RGB207235155
HSL81°66.67%76.47%
HSB/HSV81°34.04%92.16%
CMYK11.91%0.00%34.04%
7.84%

Color #CFEB9B in popluar number systems.

HEXCFEB9B
Decimal207235155
Binary110011111110101110011011
Octal317353233

Shades and tints

Shades of #CFEB9B

#CFEB9B
(207,235,155)
#BDD68D
(189,214,141)
#ABC17F
(171,193,127)
#99AC71
(153,172,113)
#879763
(135,151,99)
#758255
(117,130,85)
#636D47
(99,109,71)
#515839
(81,88,57)
#3F432B
(63,67,43)
#2D2E1D
(45,46,29)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #CFEB9B

#CFEB9B
(207,235,155)
#D3ECA4
(211,236,164)
#D7EDAD
(215,237,173)
#DBEEB6
(219,238,182)
#DFEFBF
(223,239,191)
#E3F0C8
(227,240,200)
#E7F1D1
(231,241,209)
#EBF2DA
(235,242,218)
#EFF3E3
(239,243,227)
#F3F4EC
(243,244,236)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEB9B color. Also use rgb(207,235,155) instead hex code.

Text Font Color

.myTextColor { color: #CFEB9B; }

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

This text font color is #CFEB9B.


Background Color

.myBgColor { background-color: #CFEB9B; }

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

This div background color is #CFEB9B.


Border color

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

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

This div border color is #CFEB9B.


Opacity

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

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

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

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

This text has shadow with #CFEB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEB9B on black background.


Color preview on white background

This text has color #CFEB9B on white background.



Black color preview on #CFEB9B background

This text has black color on #CFEB9B background.


White color preview on #CFEB9B background

This text has white color on #CFEB9B background.