COLOR #CEF7C4

HEX: #CEF7C4
RGB: (206,247,196)

Color info

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

RGB color model

#CEF7C4 color RGB value is (206,247,196).

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

RGB channels and saturation

R 206 of 255 = 81%
G 247 of 255 = 97%
B 196 of 255 = 77%

206
247
196

R + G + B ~ 85%. #CEF7C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
206 + 247 + 196 = 649 (100%)
R 206 of 649 ~ 31.74%
G 247 of 649 ~ 38.06%
B 196 of 649 ~ 30.2%

%31.74
%38.06
%30.2

CMYK color model

#CEF7C4 color CMYK value is (17,0,21,3).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 3.14%
CMYK:
(17,0,21,3)
C17M0Y21K3 
(17%,0%,21%,3%)
(0.17/0.00/0.21/0.03)	

CMYK percentages

%16.6
%0
%20.65
%3.14

Codes

Color #CEF7C4 in popluar color models

CEF7C4
RGB206247196
HSL108°76.12%86.86%
HSB/HSV108°20.65%96.86%
CMYK16.60%0.00%20.65%
3.14%

Color #CEF7C4 in popluar number systems.

HEXCEF7C4
Decimal206247196
Binary110011101111011111000100
Octal316367304

Shades and tints

Shades of #CEF7C4

#CEF7C4
(206,247,196)
#BCE1B3
(188,225,179)
#AACBA2
(170,203,162)
#98B591
(152,181,145)
#869F80
(134,159,128)
#74896F
(116,137,111)
#62735E
(98,115,94)
#505D4D
(80,93,77)
#3E473C
(62,71,60)
#2C312B
(44,49,43)
#1A1B1A
(26,27,26)
#000000
(0,0,0)

Tints of #CEF7C4

#CEF7C4
(206,247,196)
#D2F7C9
(210,247,201)
#D6F7CE
(214,247,206)
#DAF7D3
(218,247,211)
#DEF7D8
(222,247,216)
#E2F7DD
(226,247,221)
#E6F7E2
(230,247,226)
#EAF7E7
(234,247,231)
#EEF7EC
(238,247,236)
#F2F7F1
(242,247,241)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEF7C4; }

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

This text font color is #CEF7C4.


Background Color

.myBgColor { background-color: #CEF7C4; }

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

This div background color is #CEF7C4.


Border color

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

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

This div border color is #CEF7C4.


Opacity

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

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

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

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

This text has shadow with #CEF7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEF7C4 on black background.


Color preview on white background

This text has color #CEF7C4 on white background.



Black color preview on #CEF7C4 background

This text has black color on #CEF7C4 background.


White color preview on #CEF7C4 background

This text has white color on #CEF7C4 background.