COLOR #C3C4DB

HEX: #C3C4DB
RGB: (195,196,219)

Color info

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

RGB color model

#C3C4DB color RGB value is (195,196,219).

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

RGB channels and saturation

R 195 of 255 = 76%
G 196 of 255 = 77%
B 219 of 255 = 86%

195
196
219

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

Portions of RGB colors in percentages

R + G + B =
195 + 196 + 219 = 610 (100%)
R 195 of 610 ~ 31.97%
G 196 of 610 ~ 32.13%
B 219 of 610 ~ 35.9%

%31.97
%32.13
%35.9

CMYK color model

#C3C4DB color CMYK value is (11,11,0,14).

  • cyan value is 10.96%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,11,0,14)
C11M11Y0K14 
(11%,11%,0%,14%)
(0.11/0.11/0.00/0.14)	

CMYK percentages

%10.96
%10.5
%0
%14.12

Codes

Color #C3C4DB in popluar color models

C3C4DB
RGB195196219
HSL238°25.00%81.18%
HSB/HSV238°10.96%85.88%
CMYK10.96%10.50%0.00%
14.12%

Color #C3C4DB in popluar number systems.

HEXC3C4DB
Decimal195196219
Binary110000111100010011011011
Octal303304333

Shades and tints

Shades of #C3C4DB

#C3C4DB
(195,196,219)
#B2B3C8
(178,179,200)
#A1A2B5
(161,162,181)
#9091A2
(144,145,162)
#7F808F
(127,128,143)
#6E6F7C
(110,111,124)
#5D5E69
(93,94,105)
#4C4D56
(76,77,86)
#3B3C43
(59,60,67)
#2A2B30
(42,43,48)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #C3C4DB

#C3C4DB
(195,196,219)
#C8C9DE
(200,201,222)
#CDCEE1
(205,206,225)
#D2D3E4
(210,211,228)
#D7D8E7
(215,216,231)
#DCDDEA
(220,221,234)
#E1E2ED
(225,226,237)
#E6E7F0
(230,231,240)
#EBECF3
(235,236,243)
#F0F1F6
(240,241,246)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3C4DB; }

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

This text font color is #C3C4DB.


Background Color

.myBgColor { background-color: #C3C4DB; }

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

This div background color is #C3C4DB.


Border color

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

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

This div border color is #C3C4DB.


Opacity

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

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

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

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

This text has shadow with #C3C4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C4DB on black background.


Color preview on white background

This text has color #C3C4DB on white background.



Black color preview on #C3C4DB background

This text has black color on #C3C4DB background.


White color preview on #C3C4DB background

This text has white color on #C3C4DB background.