COLOR #C7CBDB

HEX: #C7CBDB
RGB: (199,203,219)

Color info

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

RGB color model

#C7CBDB color RGB value is (199,203,219).

  • red value is 199;
  • green value is 203;
  • blue value is 219.
RGB:
(199,203,219)
(78%,80%,86%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 219 of 255 = 86%

199
203
219

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

Portions of RGB colors in percentages

R + G + B =
199 + 203 + 219 = 621 (100%)
R 199 of 621 ~ 32.05%
G 203 of 621 ~ 32.69%
B 219 of 621 ~ 35.27%

%32.05
%32.69
%35.27

CMYK color model

#C7CBDB color CMYK value is (9,7,0,14).

  • cyan value is 9.13%
  • magenta value is 7.31%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(9,7,0,14)
C9M7Y0K14 
(9%,7%,0%,14%)
(0.09/0.07/0.00/0.14)	

CMYK percentages

%9.13
%7.31
%0
%14.12

Codes

Color #C7CBDB in popluar color models

C7CBDB
RGB199203219
HSL228°21.74%81.96%
HSB/HSV228°9.13%85.88%
CMYK9.13%7.31%0.00%
14.12%

Color #C7CBDB in popluar number systems.

HEXC7CBDB
Decimal199203219
Binary110001111100101111011011
Octal307313333

Shades and tints

Shades of #C7CBDB

#C7CBDB
(199,203,219)
#B5B9C8
(181,185,200)
#A3A7B5
(163,167,181)
#9195A2
(145,149,162)
#7F838F
(127,131,143)
#6D717C
(109,113,124)
#5B5F69
(91,95,105)
#494D56
(73,77,86)
#373B43
(55,59,67)
#252930
(37,41,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #C7CBDB

#C7CBDB
(199,203,219)
#CCCFDE
(204,207,222)
#D1D3E1
(209,211,225)
#D6D7E4
(214,215,228)
#DBDBE7
(219,219,231)
#E0DFEA
(224,223,234)
#E5E3ED
(229,227,237)
#EAE7F0
(234,231,240)
#EFEBF3
(239,235,243)
#F4EFF6
(244,239,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CBDB color. Also use rgb(199,203,219) instead hex code.

Text Font Color

.myTextColor { color: #C7CBDB; }

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

This text font color is #C7CBDB.


Background Color

.myBgColor { background-color: #C7CBDB; }

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

This div background color is #C7CBDB.


Border color

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

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

This div border color is #C7CBDB.


Opacity

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

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

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

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

This text has shadow with #C7CBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CBDB on black background.


Color preview on white background

This text has color #C7CBDB on white background.



Black color preview on #C7CBDB background

This text has black color on #C7CBDB background.


White color preview on #C7CBDB background

This text has white color on #C7CBDB background.