COLOR #CCEEBE

HEX: #CCEEBE
RGB: (204,238,190)

Color info

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

RGB color model

#CCEEBE color RGB value is (204,238,190).

  • red value is 204;
  • green value is 238;
  • blue value is 190.
RGB:
(204,238,190)
(80%,93%,75%)

RGB channels and saturation

R 204 of 255 = 80%
G 238 of 255 = 93%
B 190 of 255 = 75%

204
238
190

R + G + B ~ 83%. #CCEEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 238 + 190 = 632 (100%)
R 204 of 632 ~ 32.28%
G 238 of 632 ~ 37.66%
B 190 of 632 ~ 30.06%

%32.28
%37.66
%30.06

CMYK color model

#CCEEBE color CMYK value is (14,0,20,7).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 20.17%
  • key color value is 6.67%
CMYK:
(14,0,20,7)
C14M0Y20K7 
(14%,0%,20%,7%)
(0.14/0.00/0.20/0.07)	

CMYK percentages

%14.29
%0
%20.17
%6.67

Codes

Color #CCEEBE in popluar color models

CCEEBE
RGB204238190
HSL103°58.54%83.92%
HSB/HSV103°20.17%93.33%
CMYK14.29%0.00%20.17%
6.67%

Color #CCEEBE in popluar number systems.

HEXCCEEBE
Decimal204238190
Binary110011001110111010111110
Octal314356276

Shades and tints

Shades of #CCEEBE

#CCEEBE
(204,238,190)
#BAD9AD
(186,217,173)
#A8C49C
(168,196,156)
#96AF8B
(150,175,139)
#849A7A
(132,154,122)
#728569
(114,133,105)
#607058
(96,112,88)
#4E5B47
(78,91,71)
#3C4636
(60,70,54)
#2A3125
(42,49,37)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #CCEEBE

#CCEEBE
(204,238,190)
#D0EFC3
(208,239,195)
#D4F0C8
(212,240,200)
#D8F1CD
(216,241,205)
#DCF2D2
(220,242,210)
#E0F3D7
(224,243,215)
#E4F4DC
(228,244,220)
#E8F5E1
(232,245,225)
#ECF6E6
(236,246,230)
#F0F7EB
(240,247,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCEEBE color. Also use rgb(204,238,190) instead hex code.

Text Font Color

.myTextColor { color: #CCEEBE; }

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

This text font color is #CCEEBE.


Background Color

.myBgColor { background-color: #CCEEBE; }

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

This div background color is #CCEEBE.


Border color

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

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

This div border color is #CCEEBE.


Opacity

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

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

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

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

This text has shadow with #CCEEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEEBE on black background.


Color preview on white background

This text has color #CCEEBE on white background.



Black color preview on #CCEEBE background

This text has black color on #CCEEBE background.


White color preview on #CCEEBE background

This text has white color on #CCEEBE background.