COLOR #C4C3EE

HEX: #C4C3EE RGB: (196,195,238)

Color info

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

RGB color model

#C4C3EE color RGB value is (196,195,238).

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

RGB channels and saturation

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

196
195
238

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

Portions of RGB colors in percentages

R + G + B = 196 + 195 + 238 = 629 (100%)
R 196 of 629 ~ 31.16%
G 195 of 629 ~ 31%
B 238 of 629 ~ 37.84'%

%31.16
%31
%37.84

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (18,18,0,7)
C18M18Y0K7 (18%, 18%, 0%, 7%)
(0.18 / 0.18 / 0.00 / 0.07)

CMYK percentages

%17.65
%18.07
%0
%6.67

Codes

Color #C4C3EE in popluar color models

C4 C3 EE
RGB 196 195 238
HSL 241° 55.84% 84.90%
HSB/HSV 241° 18.07% 93.33%
CMYK 17.65% 18.07% 0.00%
6.67%

Color #C4C3EE in popluar number systems.

HEX C4 C3 EE
Decimal 196 195 238
Binary 11000100 11000011 11101110
Octal 304 303 356

Shades and tints

Shades of #C4C3EE

#C4C3EE
(196,195,238)
#B3B2D9
(179,178,217)
#A2A1C4
(162,161,196)
#9190AF
(145,144,175)
#807F9A
(128,127,154)
#6F6E85
(111,110,133)
#5E5D70
(94,93,112)
#4D4C5B
(77,76,91)
#3C3B46
(60,59,70)
#2B2A31
(43,42,49)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #C4C3EE

#C4C3EE
(196,195,238)
#C9C8EF
(201,200,239)
#CECDF0
(206,205,240)
#D3D2F1
(211,210,241)
#D8D7F2
(216,215,242)
#DDDCF3
(221,220,243)
#E2E1F4
(226,225,244)
#E7E6F5
(231,230,245)
#ECEBF6
(236,235,246)
#F1F0F7
(241,240,247)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C3EE; }

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

This text font color is #C4C3EE.

Background Color

.myBgColor { background-color: #C4C3EE; }

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

This div background color is #C4C3EE.

Border color

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

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

This div border color is #C4C3EE.

Opacity

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

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

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

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

This text has shadow with #C4C3EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C3EE.

Preview

Color preview on black background

This text has color #C4C3EE on black background.


Color preview on white background

This text has color #C4C3EE on white background.


Black color preview on #C4C3EE background

This text has black color on #C4C3EE background.


White color preview on #C4C3EE background

This text has white color on #C4C3EE background.


Related colors

Complementary color

Complementary color for #hex is #3B3C11.


I love getcolorcode.com

Triadic colors

1 #EEC4C3 and #C3EEC4 with #C4C3EE are triadic colors.

2 #EEC3C4 and #C3C4EE with #C4C3EE are triadic colors.