COLOR #CEE895

HEX: #CEE895 RGB: (206,232,149)

Color info

#CEE895 contains mainly red and green colors. Web safe color of #CEE895 is #CCFF99 (or #CF9).

RGB color model

#CEE895 color RGB value is (206,232,149).

RGB: (206,232,149) (81%, 91%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 232 of 255 = 91%
B 149 of 255 = 58%

206
232
149

R + G + B ~ 77%. #CEE895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 232 + 149 = 587 (100%)
R 206 of 587 ~ 35.09%
G 232 of 587 ~ 39.52%
B 149 of 587 ~ 25.38'%

%35.09
%39.52
%25.38

CMYK color model

#CEE895 color CMYK value is (11,0,36,9).

  • cyan value is 11.21%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 9.02%
CMYK: (11,0,36,9) C11M0Y36K9 (11%,0%,36%,9%) (0.11/0.00/0.36/0.09) 

CMYK percentages

%11.21
%0
%35.78
%9.02

Codes

Color #CEE895 in popluar color models

CE E8 95
RGB 206 232 149
HSL 79° 64.34% 74.71%
HSB/HSV 79° 35.78% 90.98%
CMYK 11.21% 0.00% 35.78%
9.02%

Color #CEE895 in popluar number systems.

HEX CE E8 95
Decimal 206 232 149
Binary 11001110 11101000 10010101
Octal 316 350 225

Shades and tints

Shades of #CEE895

#CEE895
(206,232,149)
#BCD388
(188,211,136)
#AABE7B
(170,190,123)
#98A96E
(152,169,110)
#869461
(134,148,97)
#747F54
(116,127,84)
#626A47
(98,106,71)
#50553A
(80,85,58)
#3E402D
(62,64,45)
#2C2B20
(44,43,32)
#1A1613
(26,22,19)
#000000
(0,0,0)

Tints of #CEE895

#CEE895
(206,232,149)
#D2EA9E
(210,234,158)
#D6ECA7
(214,236,167)
#DAEEB0
(218,238,176)
#DEF0B9
(222,240,185)
#E2F2C2
(226,242,194)
#E6F4CB
(230,244,203)
#EAF6D4
(234,246,212)
#EEF8DD
(238,248,221)
#F2FAE6
(242,250,230)
#F6FCEF
(246,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE895 color. Also use rgb(206,232,149) instead hex code.

Text Font Color

.myTextColor { color: #CEE895; }

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

This text font color is #CEE895.

Background Color

.myBgColor { background-color: #CEE895; }

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

This div background color is #CEE895.

Border color

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

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

This div border color is #CEE895.

Opacity

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

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

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

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

This text has shadow with #CEE895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE895.

Preview

Color preview on black background

This text has color #CEE895 on black background.


Color preview on white background

This text has color #CEE895 on white background.


Black color preview on #CEE895 background

This text has black color on #CEE895 background.


White color preview on #CEE895 background

This text has white color on #CEE895 background.


Related colors

Complementary color

Complementary color for #hex is #31176A.


I love getcolorcode.com

Triadic colors

1 #95CEE8 and #E895CE with #CEE895 are triadic colors.

2 #95E8CE and #E8CE95 with #CEE895 are triadic colors.