COLOR #C4C3EC

HEX: #C4C3EC RGB: (196,195,236)

Color info

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

RGB color model

#C4C3EC color RGB value is (196,195,236).

RGB: (196,195,236) (77%, 76%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 236 of 255 = 93%

196
195
236

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

Portions of RGB colors in percentages

R + G + B = 196 + 195 + 236 = 627 (100%)
R 196 of 627 ~ 31.26%
G 195 of 627 ~ 31.1%
B 236 of 627 ~ 37.64'%

%31.26
%31.1
%37.64

CMYK color model

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

  • cyan value is 16.95%
  • magenta value is 17.37%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,17,0,7)
C17M17Y0K7 (17%, 17%, 0%, 7%)
(0.17 / 0.17 / 0.00 / 0.07)

CMYK percentages

%16.95
%17.37
%0
%7.45

Codes

Color #C4C3EC in popluar color models

C4 C3 EC
RGB 196 195 236
HSL 241° 51.90% 84.51%
HSB/HSV 241° 17.37% 92.55%
CMYK 16.95% 17.37% 0.00%
7.45%

Color #C4C3EC in popluar number systems.

HEX C4 C3 EC
Decimal 196 195 236
Binary 11000100 11000011 11101100
Octal 304 303 354

Shades and tints

Shades of #C4C3EC

#C4C3EC
(196,195,236)
#B3B2D7
(179,178,215)
#A2A1C2
(162,161,194)
#9190AD
(145,144,173)
#807F98
(128,127,152)
#6F6E83
(111,110,131)
#5E5D6E
(94,93,110)
#4D4C59
(77,76,89)
#3C3B44
(60,59,68)
#2B2A2F
(43,42,47)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #C4C3EC

#C4C3EC
(196,195,236)
#C9C8ED
(201,200,237)
#CECDEE
(206,205,238)
#D3D2EF
(211,210,239)
#D8D7F0
(216,215,240)
#DDDCF1
(221,220,241)
#E2E1F2
(226,225,242)
#E7E6F3
(231,230,243)
#ECEBF4
(236,235,244)
#F1F0F5
(241,240,245)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C3EC color. Also use rgb(196,195,236) instead hex code.

Text Font Color

.myTextColor { color: #C4C3EC; }

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

This text font color is #C4C3EC.

Background Color

.myBgColor { background-color: #C4C3EC; }

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

This div background color is #C4C3EC.

Border color

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

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

This div border color is #C4C3EC.

Opacity

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

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

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

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

This text has shadow with #C4C3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C3EC.

Preview

Color preview on black background

This text has color #C4C3EC on black background.


Color preview on white background

This text has color #C4C3EC on white background.


Black color preview on #C4C3EC background

This text has black color on #C4C3EC background.


White color preview on #C4C3EC background

This text has white color on #C4C3EC background.


Related colors

Complementary color

Complementary color for #hex is #3B3C13.


I love getcolorcode.com

Triadic colors

1 #ECC4C3 and #C3ECC4 with #C4C3EC are triadic colors.

2 #ECC3C4 and #C3C4EC with #C4C3EC are triadic colors.