COLOR #CFEDBC

HEX: #CFEDBC
RGB: (207,237,188)

Color info

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

RGB color model

#CFEDBC color RGB value is (207,237,188).

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

RGB channels and saturation

R 207 of 255 = 81%
G 237 of 255 = 93%
B 188 of 255 = 74%

207
237
188

R + G + B ~ 83%. #CFEDBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 237 + 188 = 632 (100%)
R 207 of 632 ~ 32.75%
G 237 of 632 ~ 37.5%
B 188 of 632 ~ 29.75%

%32.75
%37.5
%29.75

CMYK color model

#CFEDBC color CMYK value is (13,0,21,7).

  • cyan value is 12.66%
  • magenta value is 0.00%
  • yellow value is 20.68%
  • key color value is 7.06%
CMYK:
(13,0,21,7)
C13M0Y21K7 
(13%,0%,21%,7%)
(0.13/0.00/0.21/0.07)	

CMYK percentages

%12.66
%0
%20.68
%7.06

Codes

Color #CFEDBC in popluar color models

CFEDBC
RGB207237188
HSL97°57.65%83.33%
HSB/HSV97°20.68%92.94%
CMYK12.66%0.00%20.68%
7.06%

Color #CFEDBC in popluar number systems.

HEXCFEDBC
Decimal207237188
Binary110011111110110110111100
Octal317355274

Shades and tints

Shades of #CFEDBC

#CFEDBC
(207,237,188)
#BDD8AB
(189,216,171)
#ABC39A
(171,195,154)
#99AE89
(153,174,137)
#879978
(135,153,120)
#758467
(117,132,103)
#636F56
(99,111,86)
#515A45
(81,90,69)
#3F4534
(63,69,52)
#2D3023
(45,48,35)
#1B1B12
(27,27,18)
#000000
(0,0,0)

Tints of #CFEDBC

#CFEDBC
(207,237,188)
#D3EEC2
(211,238,194)
#D7EFC8
(215,239,200)
#DBF0CE
(219,240,206)
#DFF1D4
(223,241,212)
#E3F2DA
(227,242,218)
#E7F3E0
(231,243,224)
#EBF4E6
(235,244,230)
#EFF5EC
(239,245,236)
#F3F6F2
(243,246,242)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFEDBC; }

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

This text font color is #CFEDBC.


Background Color

.myBgColor { background-color: #CFEDBC; }

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

This div background color is #CFEDBC.


Border color

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

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

This div border color is #CFEDBC.


Opacity

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

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

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

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

This text has shadow with #CFEDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFEDBC on black background.


Color preview on white background

This text has color #CFEDBC on white background.



Black color preview on #CFEDBC background

This text has black color on #CFEDBC background.


White color preview on #CFEDBC background

This text has white color on #CFEDBC background.