COLOR #CEE195

HEX: #CEE195 RGB: (206,225,149)

Color info

#CEE195 contains mainly red and green colors. Web safe color of #CEE195 is #CCCC99 (or #CC9).

RGB color model

#CEE195 color RGB value is (206,225,149).

RGB: (206,225,149) (81%, 88%, 58%)

RGB channels and saturation

R 206 of 255 = 81%
G 225 of 255 = 88%
B 149 of 255 = 58%

206
225
149

R + G + B ~ 76%. #CEE195 is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 225 + 149 = 580 (100%)
R 206 of 580 ~ 35.52%
G 225 of 580 ~ 38.79%
B 149 of 580 ~ 25.69'%

%35.52
%38.79
%25.69

CMYK color model

#CEE195 color CMYK value is (8,0,34,12).

  • cyan value is 8.44%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK: (8,0,34,12) C8M0Y34K12 (8%,0%,34%,12%) (0.08/0.00/0.34/0.12) 

CMYK percentages

%8.44
%0
%33.78
%11.76

Codes

Color #CEE195 in popluar color models

CE E1 95
RGB 206 225 149
HSL 75° 55.88% 73.33%
HSB/HSV 75° 33.78% 88.24%
CMYK 8.44% 0.00% 33.78%
11.76%

Color #CEE195 in popluar number systems.

HEX CE E1 95
Decimal 206 225 149
Binary 11001110 11100001 10010101
Octal 316 341 225

Shades and tints

Shades of #CEE195

#CEE195
(206,225,149)
#BCCD88
(188,205,136)
#AAB97B
(170,185,123)
#98A56E
(152,165,110)
#869161
(134,145,97)
#747D54
(116,125,84)
#626947
(98,105,71)
#50553A
(80,85,58)
#3E412D
(62,65,45)
#2C2D20
(44,45,32)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #CEE195

#CEE195
(206,225,149)
#D2E39E
(210,227,158)
#D6E5A7
(214,229,167)
#DAE7B0
(218,231,176)
#DEE9B9
(222,233,185)
#E2EBC2
(226,235,194)
#E6EDCB
(230,237,203)
#EAEFD4
(234,239,212)
#EEF1DD
(238,241,221)
#F2F3E6
(242,243,230)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CEE195; }

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

This text font color is #CEE195.

Background Color

.myBgColor { background-color: #CEE195; }

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

This div background color is #CEE195.

Border color

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

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

This div border color is #CEE195.

Opacity

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

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

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

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

This text has shadow with #CEE195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CEE195.

Preview

Color preview on black background

This text has color #CEE195 on black background.


Color preview on white background

This text has color #CEE195 on white background.


Black color preview on #CEE195 background

This text has black color on #CEE195 background.


White color preview on #CEE195 background

This text has white color on #CEE195 background.


Related colors

Complementary color

Complementary color for #hex is #311E6A.


I love getcolorcode.com

Triadic colors

1 #95CEE1 and #E195CE with #CEE195 are triadic colors.

2 #95E1CE and #E1CE95 with #CEE195 are triadic colors.