COLOR #C3CADB

HEX: #C3CADB RGB: (195,202,219)

Color info

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

RGB color model

#C3CADB color RGB value is (195,202,219).

RGB: (195,202,219) (76%, 79%, 86%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 219 of 255 = 86%

195
202
219

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

Portions of RGB colors in percentages

R + G + B = 195 + 202 + 219 = 616 (100%)
R 195 of 616 ~ 31.66%
G 202 of 616 ~ 32.79%
B 219 of 616 ~ 35.55'%

%31.66
%32.79
%35.55

CMYK color model

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

  • cyan value is 10.96%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (11,8,0,14)
C11M8Y0K14 (11%, 8%, 0%, 14%)
(0.11 / 0.08 / 0.00 / 0.14)

CMYK percentages

%10.96
%7.76
%0
%14.12

Codes

Color #C3CADB in popluar color models

C3 CA DB
RGB 195 202 219
HSL 223° 25.00% 81.18%
HSB/HSV 223° 10.96% 85.88%
CMYK 10.96% 7.76% 0.00%
14.12%

Color #C3CADB in popluar number systems.

HEX C3 CA DB
Decimal 195 202 219
Binary 11000011 11001010 11011011
Octal 303 312 333

Shades and tints

Shades of #C3CADB

#C3CADB
(195,202,219)
#B2B8C8
(178,184,200)
#A1A6B5
(161,166,181)
#9094A2
(144,148,162)
#7F828F
(127,130,143)
#6E707C
(110,112,124)
#5D5E69
(93,94,105)
#4C4C56
(76,76,86)
#3B3A43
(59,58,67)
#2A2830
(42,40,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #C3CADB

#C3CADB
(195,202,219)
#C8CEDE
(200,206,222)
#CDD2E1
(205,210,225)
#D2D6E4
(210,214,228)
#D7DAE7
(215,218,231)
#DCDEEA
(220,222,234)
#E1E2ED
(225,226,237)
#E6E6F0
(230,230,240)
#EBEAF3
(235,234,243)
#F0EEF6
(240,238,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CADB; }

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

This text font color is #C3CADB.

Background Color

.myBgColor { background-color: #C3CADB; }

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

This div background color is #C3CADB.

Border color

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

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

This div border color is #C3CADB.

Opacity

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

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

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

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

This text has shadow with #C3CADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CADB.

Preview

Color preview on black background

This text has color #C3CADB on black background.


Color preview on white background

This text has color #C3CADB on white background.


Black color preview on #C3CADB background

This text has black color on #C3CADB background.


White color preview on #C3CADB background

This text has white color on #C3CADB background.


Related colors

Complementary color

Complementary color for #hex is #3C3524.


I love getcolorcode.com

Triadic colors

1 #DBC3CA and #CADBC3 with #C3CADB are triadic colors.

2 #DBCAC3 and #CAC3DB with #C3CADB are triadic colors.