COLOR #CEFDC4

HEX: #CEFDC4
RGB: (206,253,196)

Color info

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

RGB color model

#CEFDC4 color RGB value is (206,253,196).

  • red value is 206;
  • green value is 253;
  • blue value is 196.
RGB:
(206,253,196)
(81%,99%,77%)

RGB channels and saturation

R 206 of 255 = 81%
G 253 of 255 = 99%
B 196 of 255 = 77%

206
253
196

R + G + B ~ 86%. #CEFDC4 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 253 + 196 = 655 (100%)
R 206 of 655 ~ 31.45%
G 253 of 655 ~ 38.63%
B 196 of 655 ~ 29.92%

%31.45
%38.63
%29.92

CMYK color model

#CEFDC4 color CMYK value is (19,0,23,1).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 0.78%
CMYK:
(19,0,23,1)
C19M0Y23K1 
(19%,0%,23%,1%)
(0.19/0.00/0.23/0.01)	

CMYK percentages

%18.58
%0
%22.53
%0.78

Codes

Color #CEFDC4 in popluar color models

CEFDC4
RGB206253196
HSL109°93.44%88.04%
HSB/HSV109°22.53%99.22%
CMYK18.58%0.00%22.53%
0.78%

Color #CEFDC4 in popluar number systems.

HEXCEFDC4
Decimal206253196
Binary110011101111110111000100
Octal316375304

Shades and tints

Shades of #CEFDC4

#CEFDC4
(206,253,196)
#BCE6B3
(188,230,179)
#AACFA2
(170,207,162)
#98B891
(152,184,145)
#86A180
(134,161,128)
#748A6F
(116,138,111)
#62735E
(98,115,94)
#505C4D
(80,92,77)
#3E453C
(62,69,60)
#2C2E2B
(44,46,43)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #CEFDC4

#CEFDC4
(206,253,196)
#D2FDC9
(210,253,201)
#D6FDCE
(214,253,206)
#DAFDD3
(218,253,211)
#DEFDD8
(222,253,216)
#E2FDDD
(226,253,221)
#E6FDE2
(230,253,226)
#EAFDE7
(234,253,231)
#EEFDEC
(238,253,236)
#F2FDF1
(242,253,241)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEFDC4 color. Also use rgb(206,253,196) instead hex code.

Text Font Color

.myTextColor { color: #CEFDC4; }

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

This text font color is #CEFDC4.


Background Color

.myBgColor { background-color: #CEFDC4; }

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

This div background color is #CEFDC4.


Border color

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

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

This div border color is #CEFDC4.


Opacity

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

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

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

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

This text has shadow with #CEFDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFDC4 on black background.


Color preview on white background

This text has color #CEFDC4 on white background.



Black color preview on #CEFDC4 background

This text has black color on #CEFDC4 background.


White color preview on #CEFDC4 background

This text has white color on #CEFDC4 background.