COLOR #C4CDDC

HEX: #C4CDDC RGB: (196,205,220)

Color info

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

RGB color model

#C4CDDC color RGB value is (196,205,220).

RGB: (196,205,220) (77%, 80%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 205 of 255 = 80%
B 220 of 255 = 86%

196
205
220

R + G + B ~ 81%. #C4CDDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 205 + 220 = 621 (100%)
R 196 of 621 ~ 31.56%
G 205 of 621 ~ 33.01%
B 220 of 621 ~ 35.43'%

%31.56
%33.01
%35.43

CMYK color model

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

  • cyan value is 10.91%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (11,7,0,14)
C11M7Y0K14 (11%, 7%, 0%, 14%)
(0.11 / 0.07 / 0.00 / 0.14)

CMYK percentages

%10.91
%6.82
%0
%13.73

Codes

Color #C4CDDC in popluar color models

C4 CD DC
RGB 196 205 220
HSL 218° 25.53% 81.57%
HSB/HSV 218° 10.91% 86.27%
CMYK 10.91% 6.82% 0.00%
13.73%

Color #C4CDDC in popluar number systems.

HEX C4 CD DC
Decimal 196 205 220
Binary 11000100 11001101 11011100
Octal 304 315 334

Shades and tints

Shades of #C4CDDC

#C4CDDC
(196,205,220)
#B3BBC8
(179,187,200)
#A2A9B4
(162,169,180)
#9197A0
(145,151,160)
#80858C
(128,133,140)
#6F7378
(111,115,120)
#5E6164
(94,97,100)
#4D4F50
(77,79,80)
#3C3D3C
(60,61,60)
#2B2B28
(43,43,40)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #C4CDDC

#C4CDDC
(196,205,220)
#C9D1DF
(201,209,223)
#CED5E2
(206,213,226)
#D3D9E5
(211,217,229)
#D8DDE8
(216,221,232)
#DDE1EB
(221,225,235)
#E2E5EE
(226,229,238)
#E7E9F1
(231,233,241)
#ECEDF4
(236,237,244)
#F1F1F7
(241,241,247)
#F6F5FA
(246,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CDDC color. Also use rgb(196,205,220) instead hex code.

Text Font Color

.myTextColor { color: #C4CDDC; }

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

This text font color is #C4CDDC.

Background Color

.myBgColor { background-color: #C4CDDC; }

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

This div background color is #C4CDDC.

Border color

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

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

This div border color is #C4CDDC.

Opacity

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

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

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

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

This text has shadow with #C4CDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CDDC.

Preview

Color preview on black background

This text has color #C4CDDC on black background.


Color preview on white background

This text has color #C4CDDC on white background.


Black color preview on #C4CDDC background

This text has black color on #C4CDDC background.


White color preview on #C4CDDC background

This text has white color on #C4CDDC background.


Related colors

Complementary color

Complementary color for #hex is #3B3223.


I love getcolorcode.com

Triadic colors

1 #DCC4CD and #CDDCC4 with #C4CDDC are triadic colors.

2 #DCCDC4 and #CDC4DC with #C4CDDC are triadic colors.