COLOR #C7DBE1

HEX: #C7DBE1
RGB: (199,219,225)

Color info

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

RGB color model

#C7DBE1 color RGB value is (199,219,225).

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

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 225 of 255 = 88%

199
219
225

R + G + B ~ 84%. #C7DBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 225 = 643 (100%)
R 199 of 643 ~ 30.95%
G 219 of 643 ~ 34.06%
B 225 of 643 ~ 34.99%

%30.95
%34.06
%34.99

CMYK color model

#C7DBE1 color CMYK value is (12,3,0,12).

  • cyan value is 11.56%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK: (12,3,0,12) C12M3Y0K12 (12%,3%,0%,12%) (0.12/0.03/0.00/0.12)

CMYK percentages

%11.56
%2.67
%0
%11.76

Codes

Color #C7DBE1 in popluar color models

C7DBE1
RGB199219225
HSL194°30.23%83.14%
HSB/HSV194°11.56%88.24%
CMYK11.56%2.67%0.00%
11.76%

Color #C7DBE1 in popluar number systems.

HEXC7DBE1
Decimal199219225
Binary110001111101101111100001
Octal307333341

Shades and tints

Shades of #C7DBE1

#C7DBE1
(199,219,225)
#B5C8CD
(181,200,205)
#A3B5B9
(163,181,185)
#91A2A5
(145,162,165)
#7F8F91
(127,143,145)
#6D7C7D
(109,124,125)
#5B6969
(91,105,105)
#495655
(73,86,85)
#374341
(55,67,65)
#25302D
(37,48,45)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #C7DBE1

#C7DBE1
(199,219,225)
#CCDEE3
(204,222,227)
#D1E1E5
(209,225,229)
#D6E4E7
(214,228,231)
#DBE7E9
(219,231,233)
#E0EAEB
(224,234,235)
#E5EDED
(229,237,237)
#EAF0EF
(234,240,239)
#EFF3F1
(239,243,241)
#F4F6F3
(244,246,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBE1; }

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

This text font color is #C7DBE1.


Background Color

.myBgColor { background-color: #C7DBE1; }

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

This div background color is #C7DBE1.


Border color

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

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

This div border color is #C7DBE1.


Opacity

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

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

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

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

This text has shadow with #C7DBE1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C7DBE1 on black background.


Color preview on white background

This text has color #C7DBE1 on white background.



Black color preview on #C7DBE1 background

This text has black color on #C7DBE1 background.


White color preview on #C7DBE1 background

This text has white color on #C7DBE1 background.