COLOR #CCDCBE

HEX: #CCDCBE RGB: (204,220,190)

Color info

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

RGB color model

#CCDCBE color RGB value is (204,220,190).

RGB: (204,220,190) (80%, 86%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 190 of 255 = 75%

204
220
190

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

Portions of RGB colors in percentages

R + G + B = 204 + 220 + 190 = 614 (100%)
R 204 of 614 ~ 33.22%
G 220 of 614 ~ 35.83%
B 190 of 614 ~ 30.94'%

%33.22
%35.83
%30.94

CMYK color model

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

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 13.73%

CMYK: (7,0,14,14)
C7M0Y14K14 (7%, 0%, 14%, 14%)
(0.07 / 0.00 / 0.14 / 0.14)

CMYK percentages

%7.27
%0
%13.64
%13.73

Codes

Color #CCDCBE in popluar color models

CC DC BE
RGB 204 220 190
HSL 92° 30.00% 80.39%
HSB/HSV 92° 13.64% 86.27%
CMYK 7.27% 0.00% 13.64%
13.73%

Color #CCDCBE in popluar number systems.

HEX CC DC BE
Decimal 204 220 190
Binary 11001100 11011100 10111110
Octal 314 334 276

Shades and tints

Shades of #CCDCBE

#CCDCBE
(204,220,190)
#BAC8AD
(186,200,173)
#A8B49C
(168,180,156)
#96A08B
(150,160,139)
#848C7A
(132,140,122)
#727869
(114,120,105)
#606458
(96,100,88)
#4E5047
(78,80,71)
#3C3C36
(60,60,54)
#2A2825
(42,40,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #CCDCBE

#CCDCBE
(204,220,190)
#D0DFC3
(208,223,195)
#D4E2C8
(212,226,200)
#D8E5CD
(216,229,205)
#DCE8D2
(220,232,210)
#E0EBD7
(224,235,215)
#E4EEDC
(228,238,220)
#E8F1E1
(232,241,225)
#ECF4E6
(236,244,230)
#F0F7EB
(240,247,235)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCBE; }

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

This text font color is #CCDCBE.

Background Color

.myBgColor { background-color: #CCDCBE; }

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

This div background color is #CCDCBE.

Border color

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

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

This div border color is #CCDCBE.

Opacity

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

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

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

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

This text has shadow with #CCDCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCDCBE.

Preview

Color preview on black background

This text has color #CCDCBE on black background.


Color preview on white background

This text has color #CCDCBE on white background.


Black color preview on #CCDCBE background

This text has black color on #CCDCBE background.


White color preview on #CCDCBE background

This text has white color on #CCDCBE background.


Related colors

Complementary color

Complementary color for #hex is #332341.


I love getcolorcode.com

Triadic colors

1 #BECCDC and #DCBECC with #CCDCBE are triadic colors.

2 #BEDCCC and #DCCCBE with #CCDCBE are triadic colors.