COLOR #C4C2DE

HEX: #C4C2DE RGB: (196,194,222)

Color info

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

RGB color model

#C4C2DE color RGB value is (196,194,222).

RGB: (196,194,222) (77%, 76%, 87%)

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 222 of 255 = 87%

196
194
222

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

Portions of RGB colors in percentages

R + G + B = 196 + 194 + 222 = 612 (100%)
R 196 of 612 ~ 32.03%
G 194 of 612 ~ 31.7%
B 222 of 612 ~ 36.27'%

%32.03
%31.7
%36.27

CMYK color model

#C4C2DE color CMYK value is (12,13,0,13).

  • cyan value is 11.71%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (12,13,0,13)
C12M13Y0K13 (12%, 13%, 0%, 13%)
(0.12 / 0.13 / 0.00 / 0.13)

CMYK percentages

%11.71
%12.61
%0
%12.94

Codes

Color #C4C2DE in popluar color models

C4 C2 DE
RGB 196 194 222
HSL 244° 29.79% 81.57%
HSB/HSV 244° 12.61% 87.06%
CMYK 11.71% 12.61% 0.00%
12.94%

Color #C4C2DE in popluar number systems.

HEX C4 C2 DE
Decimal 196 194 222
Binary 11000100 11000010 11011110
Octal 304 302 336

Shades and tints

Shades of #C4C2DE

#C4C2DE
(196,194,222)
#B3B1CA
(179,177,202)
#A2A0B6
(162,160,182)
#918FA2
(145,143,162)
#807E8E
(128,126,142)
#6F6D7A
(111,109,122)
#5E5C66
(94,92,102)
#4D4B52
(77,75,82)
#3C3A3E
(60,58,62)
#2B292A
(43,41,42)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #C4C2DE

#C4C2DE
(196,194,222)
#C9C7E1
(201,199,225)
#CECCE4
(206,204,228)
#D3D1E7
(211,209,231)
#D8D6EA
(216,214,234)
#DDDBED
(221,219,237)
#E2E0F0
(226,224,240)
#E7E5F3
(231,229,243)
#ECEAF6
(236,234,246)
#F1EFF9
(241,239,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C2DE color. Also use rgb(196,194,222) instead hex code.

Text Font Color

.myTextColor { color: #C4C2DE; }

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

This text font color is #C4C2DE.

Background Color

.myBgColor { background-color: #C4C2DE; }

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

This div background color is #C4C2DE.

Border color

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

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

This div border color is #C4C2DE.

Opacity

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

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

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

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

This text has shadow with #C4C2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C2DE.

Preview

Color preview on black background

This text has color #C4C2DE on black background.


Color preview on white background

This text has color #C4C2DE on white background.


Black color preview on #C4C2DE background

This text has black color on #C4C2DE background.


White color preview on #C4C2DE background

This text has white color on #C4C2DE background.


Related colors

Complementary color

Complementary color for #hex is #3B3D21.


I love getcolorcode.com

Triadic colors

1 #DEC4C2 and #C2DEC4 with #C4C2DE are triadic colors.

2 #DEC2C4 and #C2C4DE with #C4C2DE are triadic colors.