COLOR #CEF9C5

HEX: #CEF9C5 RGB: (206,249,197)

Color info

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

RGB color model

#CEF9C5 color RGB value is (206,249,197).

RGB: (206,249,197) (81%, 98%, 77%)

RGB channels and saturation

R 206 of 255 = 81%
G 249 of 255 = 98%
B 197 of 255 = 77%

206
249
197

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

Portions of RGB colors in percentages

R + G + B = 206 + 249 + 197 = 652 (100%)
R 206 of 652 ~ 31.6%
G 249 of 652 ~ 38.19%
B 197 of 652 ~ 30.21'%

%31.6
%38.19
%30.21

CMYK color model

#CEF9C5 color CMYK value is (17,0,21,2).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 20.88%
  • key color value is 2.35%
CMYK: (17,0,21,2) C17M0Y21K2 (17%,0%,21%,2%) (0.17/0.00/0.21/0.02) 

CMYK percentages

%17.27
%0
%20.88
%2.35

Codes

Color #CEF9C5 in popluar color models

CE F9 C5
RGB 206 249 197
HSL 110° 81.25% 87.45%
HSB/HSV 110° 20.88% 97.65%
CMYK 17.27% 0.00% 20.88%
2.35%

Color #CEF9C5 in popluar number systems.

HEX CE F9 C5
Decimal 206 249 197
Binary 11001110 11111001 11000101
Octal 316 371 305

Shades and tints

Shades of #CEF9C5

#CEF9C5
(206,249,197)
#BCE3B4
(188,227,180)
#AACDA3
(170,205,163)
#98B792
(152,183,146)
#86A181
(134,161,129)
#748B70
(116,139,112)
#62755F
(98,117,95)
#505F4E
(80,95,78)
#3E493D
(62,73,61)
#2C332C
(44,51,44)
#1A1D1B
(26,29,27)
#000000
(0,0,0)

Tints of #CEF9C5

#CEF9C5
(206,249,197)
#D2F9CA
(210,249,202)
#D6F9CF
(214,249,207)
#DAF9D4
(218,249,212)
#DEF9D9
(222,249,217)
#E2F9DE
(226,249,222)
#E6F9E3
(230,249,227)
#EAF9E8
(234,249,232)
#EEF9ED
(238,249,237)
#F2F9F2
(242,249,242)
#F6F9F7
(246,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEF9C5 color. Also use rgb(206,249,197) instead hex code.

Text Font Color

.myTextColor { color: #CEF9C5; }

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

This text font color is #CEF9C5.

Background Color

.myBgColor { background-color: #CEF9C5; }

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

This div background color is #CEF9C5.

Border color

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

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

This div border color is #CEF9C5.

Opacity

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

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

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

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

This text has shadow with #CEF9C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEF9C5.

Preview

Color preview on black background

This text has color #CEF9C5 on black background.


Color preview on white background

This text has color #CEF9C5 on white background.


Black color preview on #CEF9C5 background

This text has black color on #CEF9C5 background.


White color preview on #CEF9C5 background

This text has white color on #CEF9C5 background.


Related colors

Complementary color

Complementary color for #hex is #31063A.


I love getcolorcode.com

Triadic colors

1 #C5CEF9 and #F9C5CE with #CEF9C5 are triadic colors.

2 #C5F9CE and #F9CEC5 with #CEF9C5 are triadic colors.