COLOR #C7DBDB

HEX: #C7DBDB
RGB: (199,219,219)

Color info

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

RGB color model

#C7DBDB color RGB value is (199,219,219).

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

RGB channels and saturation

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

199
219
219

R + G + B ~ 83%. #C7DBDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 219 = 637 (100%)
R 199 of 637 ~ 31.24%
G 219 of 637 ~ 34.38%
B 219 of 637 ~ 34.38%

%31.24
%34.38
%34.38

CMYK color model

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

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

CMYK percentages

%9.13
%0
%0
%14.12

Codes

Color #C7DBDB in popluar color models

C7DBDB
RGB199219219
HSL180°21.74%81.96%
HSB/HSV180°9.13%85.88%
CMYK9.13%0.00%0.00%
14.12%

Color #C7DBDB in popluar number systems.

HEXC7DBDB
Decimal199219219
Binary110001111101101111011011
Octal307333333

Shades and tints

Shades of #C7DBDB

#C7DBDB
(199,219,219)
#B5C8C8
(181,200,200)
#A3B5B5
(163,181,181)
#91A2A2
(145,162,162)
#7F8F8F
(127,143,143)
#6D7C7C
(109,124,124)
#5B6969
(91,105,105)
#495656
(73,86,86)
#374343
(55,67,67)
#253030
(37,48,48)
#131D1D
(19,29,29)
#000000
(0,0,0)

Tints of #C7DBDB

#C7DBDB
(199,219,219)
#CCDEDE
(204,222,222)
#D1E1E1
(209,225,225)
#D6E4E4
(214,228,228)
#DBE7E7
(219,231,231)
#E0EAEA
(224,234,234)
#E5EDED
(229,237,237)
#EAF0F0
(234,240,240)
#EFF3F3
(239,243,243)
#F4F6F6
(244,246,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBDB; }

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

This text font color is #C7DBDB.


Background Color

.myBgColor { background-color: #C7DBDB; }

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

This div background color is #C7DBDB.


Border color

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

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

This div border color is #C7DBDB.


Opacity

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

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

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

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

This text has shadow with #C7DBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBDB on black background.


Color preview on white background

This text has color #C7DBDB on white background.



Black color preview on #C7DBDB background

This text has black color on #C7DBDB background.


White color preview on #C7DBDB background

This text has white color on #C7DBDB background.