COLOR #CFEABB

HEX: #CFEABB
RGB: (207,234,187)

Color info

#CFEABB contains red, green and blue colors in about the same proportion. Web safe color of #CFEABB is #CCFFCC (or #CFC).

RGB color model

#CFEABB color RGB value is (207,234,187).

  • red value is 207;
  • green value is 234;
  • blue value is 187.
RGB:
(207,234,187)
(81%,92%,73%)

RGB channels and saturation

R 207 of 255 = 81%
G 234 of 255 = 92%
B 187 of 255 = 73%

207
234
187

R + G + B ~ 82%. #CFEABB is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 234 + 187 = 628 (100%)
R 207 of 628 ~ 32.96%
G 234 of 628 ~ 37.26%
B 187 of 628 ~ 29.78%

%32.96
%37.26
%29.78

CMYK color model

#CFEABB color CMYK value is (12,0,20,8).

  • cyan value is 11.54%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 8.24%
CMYK:
(12,0,20,8)
C12M0Y20K8 
(12%,0%,20%,8%)
(0.12/0.00/0.20/0.08)	

CMYK percentages

%11.54
%0
%20.09
%8.24

Codes

Color #CFEABB in popluar color models

CFEABB
RGB207234187
HSL94°52.81%82.55%
HSB/HSV94°20.09%91.76%
CMYK11.54%0.00%20.09%
8.24%

Color #CFEABB in popluar number systems.

HEXCFEABB
Decimal207234187
Binary110011111110101010111011
Octal317352273

Shades and tints

Shades of #CFEABB

#CFEABB
(207,234,187)
#BDD5AA
(189,213,170)
#ABC099
(171,192,153)
#99AB88
(153,171,136)
#879677
(135,150,119)
#758166
(117,129,102)
#636C55
(99,108,85)
#515744
(81,87,68)
#3F4233
(63,66,51)
#2D2D22
(45,45,34)
#1B1811
(27,24,17)
#000000
(0,0,0)

Tints of #CFEABB

#CFEABB
(207,234,187)
#D3EBC1
(211,235,193)
#D7ECC7
(215,236,199)
#DBEDCD
(219,237,205)
#DFEED3
(223,238,211)
#E3EFD9
(227,239,217)
#E7F0DF
(231,240,223)
#EBF1E5
(235,241,229)
#EFF2EB
(239,242,235)
#F3F3F1
(243,243,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEABB color. Also use rgb(207,234,187) instead hex code.

Text Font Color

.myTextColor { color: #CFEABB; }

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

This text font color is #CFEABB.


Background Color

.myBgColor { background-color: #CFEABB; }

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

This div background color is #CFEABB.


Border color

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

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

This div border color is #CFEABB.


Opacity

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

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

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

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

This text has shadow with #CFEABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEABB on black background.


Color preview on white background

This text has color #CFEABB on white background.



Black color preview on #CFEABB background

This text has black color on #CFEABB background.


White color preview on #CFEABB background

This text has white color on #CFEABB background.