COLOR #CCDABE

HEX: #CCDABE
RGB: (204,218,190)

Color info

#CCDABE contains red, green and blue colors in about the same proportion. Web safe color of #CCDABE is #CCCCCC (or #CCC).

RGB color model

#CCDABE color RGB value is (204,218,190).

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

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 190 of 255 = 75%

204
218
190

R + G + B ~ 80%. #CCDABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 190 = 612 (100%)
R 204 of 612 ~ 33.33%
G 218 of 612 ~ 35.62%
B 190 of 612 ~ 31.05%

%33.33
%35.62
%31.05

CMYK color model

#CCDABE color CMYK value is (6,0,13,15).

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 12.84%
  • key color value is 14.51%
CMYK:
(6,0,13,15)
C6M0Y13K15 
(6%,0%,13%,15%)
(0.06/0.00/0.13/0.15)	

CMYK percentages

%6.42
%0
%12.84
%14.51

Codes

Color #CCDABE in popluar color models

CCDABE
RGB204218190
HSL90°27.45%80.00%
HSB/HSV90°12.84%85.49%
CMYK6.42%0.00%12.84%
14.51%

Color #CCDABE in popluar number systems.

HEXCCDABE
Decimal204218190
Binary110011001101101010111110
Octal314332276

Shades and tints

Shades of #CCDABE

#CCDABE
(204,218,190)
#BAC7AD
(186,199,173)
#A8B49C
(168,180,156)
#96A18B
(150,161,139)
#848E7A
(132,142,122)
#727B69
(114,123,105)
#606858
(96,104,88)
#4E5547
(78,85,71)
#3C4236
(60,66,54)
#2A2F25
(42,47,37)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #CCDABE

#CCDABE
(204,218,190)
#D0DDC3
(208,221,195)
#D4E0C8
(212,224,200)
#D8E3CD
(216,227,205)
#DCE6D2
(220,230,210)
#E0E9D7
(224,233,215)
#E4ECDC
(228,236,220)
#E8EFE1
(232,239,225)
#ECF2E6
(236,242,230)
#F0F5EB
(240,245,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDABE; }

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

This text font color is #CCDABE.


Background Color

.myBgColor { background-color: #CCDABE; }

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

This div background color is #CCDABE.


Border color

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

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

This div border color is #CCDABE.


Opacity

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

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

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

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

This text has shadow with #CCDABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDABE on black background.


Color preview on white background

This text has color #CCDABE on white background.



Black color preview on #CCDABE background

This text has black color on #CCDABE background.


White color preview on #CCDABE background

This text has white color on #CCDABE background.