COLOR #C3CFDB

HEX: #C3CFDB
RGB: (195,207,219)

Color info

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

RGB color model

#C3CFDB color RGB value is (195,207,219).

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

RGB channels and saturation

R 195 of 255 = 76%
G 207 of 255 = 81%
B 219 of 255 = 86%

195
207
219

R + G + B ~ 81%. #C3CFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 207 + 219 = 621 (100%)
R 195 of 621 ~ 31.4%
G 207 of 621 ~ 33.33%
B 219 of 621 ~ 35.27%

%31.4
%33.33
%35.27

CMYK color model

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

  • cyan value is 10.96%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(11,5,0,14)
C11M5Y0K14 
(11%,5%,0%,14%)
(0.11/0.05/0.00/0.14)	

CMYK percentages

%10.96
%5.48
%0
%14.12

Codes

Color #C3CFDB in popluar color models

C3CFDB
RGB195207219
HSL210°25.00%81.18%
HSB/HSV210°10.96%85.88%
CMYK10.96%5.48%0.00%
14.12%

Color #C3CFDB in popluar number systems.

HEXC3CFDB
Decimal195207219
Binary110000111100111111011011
Octal303317333

Shades and tints

Shades of #C3CFDB

#C3CFDB
(195,207,219)
#B2BDC8
(178,189,200)
#A1ABB5
(161,171,181)
#9099A2
(144,153,162)
#7F878F
(127,135,143)
#6E757C
(110,117,124)
#5D6369
(93,99,105)
#4C5156
(76,81,86)
#3B3F43
(59,63,67)
#2A2D30
(42,45,48)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #C3CFDB

#C3CFDB
(195,207,219)
#C8D3DE
(200,211,222)
#CDD7E1
(205,215,225)
#D2DBE4
(210,219,228)
#D7DFE7
(215,223,231)
#DCE3EA
(220,227,234)
#E1E7ED
(225,231,237)
#E6EBF0
(230,235,240)
#EBEFF3
(235,239,243)
#F0F3F6
(240,243,246)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CFDB; }

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

This text font color is #C3CFDB.


Background Color

.myBgColor { background-color: #C3CFDB; }

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

This div background color is #C3CFDB.


Border color

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

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

This div border color is #C3CFDB.


Opacity

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

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

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

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

This text has shadow with #C3CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CFDB on black background.


Color preview on white background

This text has color #C3CFDB on white background.



Black color preview on #C3CFDB background

This text has black color on #C3CFDB background.


White color preview on #C3CFDB background

This text has white color on #C3CFDB background.