COLOR #C7D7DD

HEX: #C7D7DD
RGB: (199,215,221)

Renk bilgisi

#C7D7DD contains red, green and blue colors in about the same proportion. #C7D7DD ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C7D7DD color RGB value is (199,215,221).

  • kırmız ton 199;
  • yeşil ton 215;
  • mavi ton 221.
RGB:
(199,215,221)
(78%,84%,87%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 215 of 255 = 84%
B 221 of 255 = 87%

199
215
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 215 + 221 = 635 (100%)
R 199 of 635 ~ 31.34%
G 215 of 635 ~ 33.86%
B 221 of 635 ~ 34.8%

%31.34
%33.86
%34.8

CMYK RENK MODELİ

#C7D7DD rengi CMYK tonu (10,3,0,13).

  • camgöbeği tonu 9.95%
  • eflatun tonu 2.71%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(10,3,0,13)
C10M3Y0K13 
(10%,3%,0%,13%)
(0.10/0.03/0.00/0.13)	

CMYK yüzdeleri

%9.95
%2.71
%0
%13.33

Codes

Color #C7D7DD in popluar color models

C7D7DD
RGB199215221
HSL196°24.44%82.35%
HSB/HSV196°9.95%86.67%
CMYK9.95%2.71%0.00%
13.33%

Color #C7D7DD in popluar number systems.

HEXC7D7DD
Decimal199215221
Binary110001111101011111011101
Octal307327335

Shades and tints

Shades of #C7D7DD

#C7D7DD
(199,215,221)
#B5C4C9
(181,196,201)
#A3B1B5
(163,177,181)
#919EA1
(145,158,161)
#7F8B8D
(127,139,141)
#6D7879
(109,120,121)
#5B6565
(91,101,101)
#495251
(73,82,81)
#373F3D
(55,63,61)
#252C29
(37,44,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7D7DD

#C7D7DD
(199,215,221)
#CCDAE0
(204,218,224)
#D1DDE3
(209,221,227)
#D6E0E6
(214,224,230)
#DBE3E9
(219,227,233)
#E0E6EC
(224,230,236)
#E5E9EF
(229,233,239)
#EAECF2
(234,236,242)
#EFEFF5
(239,239,245)
#F4F2F8
(244,242,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D7DD; }

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

This text font color is #C7D7DD.


Background Color

.myBgColor { background-color: #C7D7DD; }

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

This div background color is #C7D7DD.


Border color

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

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

This div border color is #C7D7DD.


Opacity

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

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

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

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

This text has shadow with #C7D7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D7DD on black background.


Color preview on white background

This text has color #C7D7DD on white background.



Black color preview on #C7D7DD background

This text has black color on #C7D7DD background.


White color preview on #C7D7DD background

This text has white color on #C7D7DD background.