COLOR #C4C3DA

HEX: #C4C3DA
RGB: (196,195,218)

Color info

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

RGB color model

#C4C3DA color RGB value is (196,195,218).

  • red value is 196;
  • green value is 195;
  • blue value is 218.
RGB:
(196,195,218)
(77%,76%,85%)

RGB channels and saturation

R 196 of 255 = 77%
G 195 of 255 = 76%
B 218 of 255 = 85%

196
195
218

R + G + B ~ 79%. #C4C3DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 195 + 218 = 609 (100%)
R 196 of 609 ~ 32.18%
G 195 of 609 ~ 32.02%
B 218 of 609 ~ 35.8%

%32.18
%32.02
%35.8

CMYK color model

#C4C3DA color CMYK value is (10,11,0,15).

  • cyan value is 10.09%
  • magenta value is 10.55%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(10,11,0,15)
C10M11Y0K15 
(10%,11%,0%,15%)
(0.10/0.11/0.00/0.15)	

CMYK percentages

%10.09
%10.55
%0
%14.51

Codes

Color #C4C3DA in popluar color models

C4C3DA
RGB196195218
HSL243°23.71%80.98%
HSB/HSV243°10.55%85.49%
CMYK10.09%10.55%0.00%
14.51%

Color #C4C3DA in popluar number systems.

HEXC4C3DA
Decimal196195218
Binary110001001100001111011010
Octal304303332

Shades and tints

Shades of #C4C3DA

#C4C3DA
(196,195,218)
#B3B2C7
(179,178,199)
#A2A1B4
(162,161,180)
#9190A1
(145,144,161)
#807F8E
(128,127,142)
#6F6E7B
(111,110,123)
#5E5D68
(94,93,104)
#4D4C55
(77,76,85)
#3C3B42
(60,59,66)
#2B2A2F
(43,42,47)
#1A191C
(26,25,28)
#000000
(0,0,0)

Tints of #C4C3DA

#C4C3DA
(196,195,218)
#C9C8DD
(201,200,221)
#CECDE0
(206,205,224)
#D3D2E3
(211,210,227)
#D8D7E6
(216,215,230)
#DDDCE9
(221,220,233)
#E2E1EC
(226,225,236)
#E7E6EF
(231,230,239)
#ECEBF2
(236,235,242)
#F1F0F5
(241,240,245)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C3DA; }

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

This text font color is #C4C3DA.


Background Color

.myBgColor { background-color: #C4C3DA; }

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

This div background color is #C4C3DA.


Border color

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

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

This div border color is #C4C3DA.


Opacity

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

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

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

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

This text has shadow with #C4C3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C3DA on black background.


Color preview on white background

This text has color #C4C3DA on white background.



Black color preview on #C4C3DA background

This text has black color on #C4C3DA background.


White color preview on #C4C3DA background

This text has white color on #C4C3DA background.