COLOR #CEE697

HEX: #CEE697
RGB: (206,230,151)

Color info

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

RGB color model

#CEE697 color RGB value is (206,230,151).

  • red value is 206;
  • green value is 230;
  • blue value is 151.
RGB:
(206,230,151)
(81%,90%,59%)

RGB channels and saturation

R 206 of 255 = 81%
G 230 of 255 = 90%
B 151 of 255 = 59%

206
230
151

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

Portions of RGB colors in percentages

R + G + B =
206 + 230 + 151 = 587 (100%)
R 206 of 587 ~ 35.09%
G 230 of 587 ~ 39.18%
B 151 of 587 ~ 25.72%

%35.09
%39.18
%25.72

CMYK color model

#CEE697 color CMYK value is (10,0,34,10).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 34.35%
  • key color value is 9.80%
CMYK:
(10,0,34,10)
C10M0Y34K10 
(10%,0%,34%,10%)
(0.10/0.00/0.34/0.10)	

CMYK percentages

%10.43
%0
%34.35
%9.8

Codes

Color #CEE697 in popluar color models

CEE697
RGB206230151
HSL78°61.24%74.71%
HSB/HSV78°34.35%90.20%
CMYK10.43%0.00%34.35%
9.80%

Color #CEE697 in popluar number systems.

HEXCEE697
Decimal206230151
Binary110011101110011010010111
Octal316346227

Shades and tints

Shades of #CEE697

#CEE697
(206,230,151)
#BCD28A
(188,210,138)
#AABE7D
(170,190,125)
#98AA70
(152,170,112)
#869663
(134,150,99)
#748256
(116,130,86)
#626E49
(98,110,73)
#505A3C
(80,90,60)
#3E462F
(62,70,47)
#2C3222
(44,50,34)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #CEE697

#CEE697
(206,230,151)
#D2E8A0
(210,232,160)
#D6EAA9
(214,234,169)
#DAECB2
(218,236,178)
#DEEEBB
(222,238,187)
#E2F0C4
(226,240,196)
#E6F2CD
(230,242,205)
#EAF4D6
(234,244,214)
#EEF6DF
(238,246,223)
#F2F8E8
(242,248,232)
#F6FAF1
(246,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CEE697 color. Also use rgb(206,230,151) instead hex code.

Text Font Color

.myTextColor { color: #CEE697; }

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

This text font color is #CEE697.


Background Color

.myBgColor { background-color: #CEE697; }

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

This div background color is #CEE697.


Border color

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

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

This div border color is #CEE697.


Opacity

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

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

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

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

This text has shadow with #CEE697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CEE697 on black background.


Color preview on white background

This text has color #CEE697 on white background.



Black color preview on #CEE697 background

This text has black color on #CEE697 background.


White color preview on #CEE697 background

This text has white color on #CEE697 background.