COLOR #CEFDD4

HEX: #CEFDD4
RGB: (206,253,212)

Color info

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

RGB color model

#CEFDD4 color RGB value is (206,253,212).

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

RGB channels and saturation

R 206 of 255 = 81%
G 253 of 255 = 99%
B 212 of 255 = 83%

206
253
212

R + G + B ~ 88%. #CEFDD4 is light color.

Portions of RGB colors in percentages

R + G + B =
206 + 253 + 212 = 671 (100%)
R 206 of 671 ~ 30.7%
G 253 of 671 ~ 37.7%
B 212 of 671 ~ 31.59%

%30.7
%37.7
%31.59

CMYK color model

#CEFDD4 color CMYK value is (19,0,16,1).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 16.21%
  • key color value is 0.78%
CMYK:
(19,0,16,1)
C19M0Y16K1 
(19%,0%,16%,1%)
(0.19/0.00/0.16/0.01)	

CMYK percentages

%18.58
%0
%16.21
%0.78

Codes

Color #CEFDD4 in popluar color models

CEFDD4
RGB206253212
HSL128°92.16%90.00%
HSB/HSV128°18.58%99.22%
CMYK18.58%0.00%16.21%
0.78%

Color #CEFDD4 in popluar number systems.

HEXCEFDD4
Decimal206253212
Binary110011101111110111010100
Octal316375324

Shades and tints

Shades of #CEFDD4

#CEFDD4
(206,253,212)
#BCE6C1
(188,230,193)
#AACFAE
(170,207,174)
#98B89B
(152,184,155)
#86A188
(134,161,136)
#748A75
(116,138,117)
#627362
(98,115,98)
#505C4F
(80,92,79)
#3E453C
(62,69,60)
#2C2E29
(44,46,41)
#1A1716
(26,23,22)
#000000
(0,0,0)

Tints of #CEFDD4

#CEFDD4
(206,253,212)
#D2FDD7
(210,253,215)
#D6FDDA
(214,253,218)
#DAFDDD
(218,253,221)
#DEFDE0
(222,253,224)
#E2FDE3
(226,253,227)
#E6FDE6
(230,253,230)
#EAFDE9
(234,253,233)
#EEFDEC
(238,253,236)
#F2FDEF
(242,253,239)
#F6FDF2
(246,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEFDD4; }

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

This text font color is #CEFDD4.


Background Color

.myBgColor { background-color: #CEFDD4; }

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

This div background color is #CEFDD4.


Border color

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

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

This div border color is #CEFDD4.


Opacity

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

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

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

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

This text has shadow with #CEFDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEFDD4 on black background.


Color preview on white background

This text has color #CEFDD4 on white background.



Black color preview on #CEFDD4 background

This text has black color on #CEFDD4 background.


White color preview on #CEFDD4 background

This text has white color on #CEFDD4 background.