COLOR #CFEDB8

HEX: #CFEDB8
RGB: (207,237,184)

Color info

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

RGB color model

#CFEDB8 color RGB value is (207,237,184).

  • red value is 207;
  • green value is 237;
  • blue value is 184.
RGB:
(207,237,184)
(81%,93%,72%)

RGB channels and saturation

R 207 of 255 = 81%
G 237 of 255 = 93%
B 184 of 255 = 72%

207
237
184

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

Portions of RGB colors in percentages

R + G + B =
207 + 237 + 184 = 628 (100%)
R 207 of 628 ~ 32.96%
G 237 of 628 ~ 37.74%
B 184 of 628 ~ 29.3%

%32.96
%37.74
%29.3

CMYK color model

#CFEDB8 color CMYK value is (13,0,22,7).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 22.36%
  • key color value is 7.06%
CMYK:
(13,0,22,7)
C13M0Y22K7 
(13%,0%,22%,7%)
(0.13/0.00/0.22/0.07)	

CMYK percentages

%12.66
%0
%22.36
%7.06

Codes

Color #CFEDB8 in popluar color models

CFEDB8
RGB207237184
HSL94°59.55%82.55%
HSB/HSV94°22.36%92.94%
CMYK12.66%0.00%22.36%
7.06%

Color #CFEDB8 in popluar number systems.

HEXCFEDB8
Decimal207237184
Binary110011111110110110111000
Octal317355270

Shades and tints

Shades of #CFEDB8

#CFEDB8
(207,237,184)
#BDD8A8
(189,216,168)
#ABC398
(171,195,152)
#99AE88
(153,174,136)
#879978
(135,153,120)
#758468
(117,132,104)
#636F58
(99,111,88)
#515A48
(81,90,72)
#3F4538
(63,69,56)
#2D3028
(45,48,40)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #CFEDB8

#CFEDB8
(207,237,184)
#D3EEBE
(211,238,190)
#D7EFC4
(215,239,196)
#DBF0CA
(219,240,202)
#DFF1D0
(223,241,208)
#E3F2D6
(227,242,214)
#E7F3DC
(231,243,220)
#EBF4E2
(235,244,226)
#EFF5E8
(239,245,232)
#F3F6EE
(243,246,238)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFEDB8 color. Also use rgb(207,237,184) instead hex code.

Text Font Color

.myTextColor { color: #CFEDB8; }

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

This text font color is #CFEDB8.


Background Color

.myBgColor { background-color: #CFEDB8; }

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

This div background color is #CFEDB8.


Border color

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

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

This div border color is #CFEDB8.


Opacity

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

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

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

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

This text has shadow with #CFEDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEDB8 on black background.


Color preview on white background

This text has color #CFEDB8 on white background.



Black color preview on #CFEDB8 background

This text has black color on #CFEDB8 background.


White color preview on #CFEDB8 background

This text has white color on #CFEDB8 background.