COLOR #CCEBBE

HEX: #CCEBBE
RGB: (204,235,190)

Color info

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

RGB color model

#CCEBBE color RGB value is (204,235,190).

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

RGB channels and saturation

R 204 of 255 = 80%
G 235 of 255 = 92%
B 190 of 255 = 75%

204
235
190

R + G + B ~ 82%. #CCEBBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 235 + 190 = 629 (100%)
R 204 of 629 ~ 32.43%
G 235 of 629 ~ 37.36%
B 190 of 629 ~ 30.21%

%32.43
%37.36
%30.21

CMYK color model

#CCEBBE color CMYK value is (13,0,19,8).

  • cyan value is 13.19%
  • magenta value is 0.00%
  • yellow value is 19.15%
  • key color value is 7.84%
CMYK:
(13,0,19,8)
C13M0Y19K8 
(13%,0%,19%,8%)
(0.13/0.00/0.19/0.08)	

CMYK percentages

%13.19
%0
%19.15
%7.84

Codes

Color #CCEBBE in popluar color models

CCEBBE
RGB204235190
HSL101°52.94%83.33%
HSB/HSV101°19.15%92.16%
CMYK13.19%0.00%19.15%
7.84%

Color #CCEBBE in popluar number systems.

HEXCCEBBE
Decimal204235190
Binary110011001110101110111110
Octal314353276

Shades and tints

Shades of #CCEBBE

#CCEBBE
(204,235,190)
#BAD6AD
(186,214,173)
#A8C19C
(168,193,156)
#96AC8B
(150,172,139)
#84977A
(132,151,122)
#728269
(114,130,105)
#606D58
(96,109,88)
#4E5847
(78,88,71)
#3C4336
(60,67,54)
#2A2E25
(42,46,37)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCEBBE

#CCEBBE
(204,235,190)
#D0ECC3
(208,236,195)
#D4EDC8
(212,237,200)
#D8EECD
(216,238,205)
#DCEFD2
(220,239,210)
#E0F0D7
(224,240,215)
#E4F1DC
(228,241,220)
#E8F2E1
(232,242,225)
#ECF3E6
(236,243,230)
#F0F4EB
(240,244,235)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCEBBE; }

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

This text font color is #CCEBBE.


Background Color

.myBgColor { background-color: #CCEBBE; }

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

This div background color is #CCEBBE.


Border color

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

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

This div border color is #CCEBBE.


Opacity

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

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

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

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

This text has shadow with #CCEBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCEBBE on black background.


Color preview on white background

This text has color #CCEBBE on white background.



Black color preview on #CCEBBE background

This text has black color on #CCEBBE background.


White color preview on #CCEBBE background

This text has white color on #CCEBBE background.