COLOR #C4C2ED

HEX: #C4C2ED RGB: (196,194,237)

Color info

#C4C2ED contains red, green and blue colors in about the same proportion. Web safe color of #C4C2ED is #CCCCFF (or #CCF).

RGB color model

#C4C2ED color RGB value is (196,194,237).

RGB: (196,194,237) (77%, 76%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 237 of 255 = 93%

196
194
237

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

Portions of RGB colors in percentages

R + G + B = 196 + 194 + 237 = 627 (100%)
R 196 of 627 ~ 31.26%
G 194 of 627 ~ 30.94%
B 237 of 627 ~ 37.8'%

%31.26
%30.94
%37.8

CMYK color model

#C4C2ED color CMYK value is (17,18,0,7).

  • cyan value is 17.30%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,18,0,7)
C17M18Y0K7 (17%, 18%, 0%, 7%)
(0.17 / 0.18 / 0.00 / 0.07)

CMYK percentages

%17.3
%18.14
%0
%7.06

Codes

Color #C4C2ED in popluar color models

C4 C2 ED
RGB 196 194 237
HSL 243° 54.43% 84.51%
HSB/HSV 243° 18.14% 92.94%
CMYK 17.30% 18.14% 0.00%
7.06%

Color #C4C2ED in popluar number systems.

HEX C4 C2 ED
Decimal 196 194 237
Binary 11000100 11000010 11101101
Octal 304 302 355

Shades and tints

Shades of #C4C2ED

#C4C2ED
(196,194,237)
#B3B1D8
(179,177,216)
#A2A0C3
(162,160,195)
#918FAE
(145,143,174)
#807E99
(128,126,153)
#6F6D84
(111,109,132)
#5E5C6F
(94,92,111)
#4D4B5A
(77,75,90)
#3C3A45
(60,58,69)
#2B2930
(43,41,48)
#1A181B
(26,24,27)
#000000
(0,0,0)

Tints of #C4C2ED

#C4C2ED
(196,194,237)
#C9C7EE
(201,199,238)
#CECCEF
(206,204,239)
#D3D1F0
(211,209,240)
#D8D6F1
(216,214,241)
#DDDBF2
(221,219,242)
#E2E0F3
(226,224,243)
#E7E5F4
(231,229,244)
#ECEAF5
(236,234,245)
#F1EFF6
(241,239,246)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C2ED; }

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

This text font color is #C4C2ED.

Background Color

.myBgColor { background-color: #C4C2ED; }

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

This div background color is #C4C2ED.

Border color

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

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

This div border color is #C4C2ED.

Opacity

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

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

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

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

This text has shadow with #C4C2ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C2ED.

Preview

Color preview on black background

This text has color #C4C2ED on black background.


Color preview on white background

This text has color #C4C2ED on white background.


Black color preview on #C4C2ED background

This text has black color on #C4C2ED background.


White color preview on #C4C2ED background

This text has white color on #C4C2ED background.


Related colors

Complementary color

Complementary color for #hex is #3B3D12.


I love getcolorcode.com

Triadic colors

1 #EDC4C2 and #C2EDC4 with #C4C2ED are triadic colors.

2 #EDC2C4 and #C2C4ED with #C4C2ED are triadic colors.