COLOR #C7CBD8

HEX: #C7CBD8
RGB: (199,203,216)

Color info

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

RGB color model

#C7CBD8 color RGB value is (199,203,216).

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

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 216 of 255 = 85%

199
203
216

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

Portions of RGB colors in percentages

R + G + B =
199 + 203 + 216 = 618 (100%)
R 199 of 618 ~ 32.2%
G 203 of 618 ~ 32.85%
B 216 of 618 ~ 34.95%

%32.2
%32.85
%34.95

CMYK color model

#C7CBD8 color CMYK value is (8,6,0,15).

  • cyan value is 7.87%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (8,6,0,15) C8M6Y0K15 (8%,6%,0%,15%) (0.08/0.06/0.00/0.15)

CMYK percentages

%7.87
%6.02
%0
%15.29

Codes

Color #C7CBD8 in popluar color models

C7CBD8
RGB199203216
HSL226°17.89%81.37%
HSB/HSV226°7.87%84.71%
CMYK7.87%6.02%0.00%
15.29%

Color #C7CBD8 in popluar number systems.

HEXC7CBD8
Decimal199203216
Binary110001111100101111011000
Octal307313330

Shades and tints

Shades of #C7CBD8

#C7CBD8
(199,203,216)
#B5B9C5
(181,185,197)
#A3A7B2
(163,167,178)
#91959F
(145,149,159)
#7F838C
(127,131,140)
#6D7179
(109,113,121)
#5B5F66
(91,95,102)
#494D53
(73,77,83)
#373B40
(55,59,64)
#25292D
(37,41,45)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #C7CBD8

#C7CBD8
(199,203,216)
#CCCFDB
(204,207,219)
#D1D3DE
(209,211,222)
#D6D7E1
(214,215,225)
#DBDBE4
(219,219,228)
#E0DFE7
(224,223,231)
#E5E3EA
(229,227,234)
#EAE7ED
(234,231,237)
#EFEBF0
(239,235,240)
#F4EFF3
(244,239,243)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CBD8; }

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

This text font color is #C7CBD8.


Background Color

.myBgColor { background-color: #C7CBD8; }

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

This div background color is #C7CBD8.


Border color

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

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

This div border color is #C7CBD8.


Opacity

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

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

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

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

This text has shadow with #C7CBD8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7CBD8 on black background.


Color preview on white background

This text has color #C7CBD8 on white background.



Black color preview on #C7CBD8 background

This text has black color on #C7CBD8 background.


White color preview on #C7CBD8 background

This text has white color on #C7CBD8 background.