COLOR #C7D9CB

HEX: #C7D9CB
RGB: (199,217,203)

Renk bilgisi

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

RGB renk modeli

#C7D9CB color RGB value is (199,217,203).

  • kırmız ton 199;
  • yeşil ton 217;
  • mavi ton 203.
RGB:
(199,217,203)
(78%,85%,80%)

RGB bağlantıları ve doygunluk

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

199
217
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 217 + 203 = 619 (100%)
R 199 of 619 ~ 32.15%
G 217 of 619 ~ 35.06%
B 203 of 619 ~ 32.79%

%32.15
%35.06
%32.79

CMYK RENK MODELİ

#C7D9CB rengi CMYK tonu (8,0,6,15).

  • camgöbeği tonu 8.29%
  • eflatun tonu 0.00%
  • sarı tonu 6.45%
  • ana renk tonu 14.90%
CMYK:
(8,0,6,15)
C8M0Y6K15 
(8%,0%,6%,15%)
(0.08/0.00/0.06/0.15)	

CMYK yüzdeleri

%8.29
%0
%6.45
%14.9

Codes

Color #C7D9CB in popluar color models

C7D9CB
RGB199217203
HSL133°19.15%81.57%
HSB/HSV133°8.29%85.10%
CMYK8.29%0.00%6.45%
14.90%

Color #C7D9CB in popluar number systems.

HEXC7D9CB
Decimal199217203
Binary110001111101100111001011
Octal307331313

Shades and tints

Shades of #C7D9CB

#C7D9CB
(199,217,203)
#B5C6B9
(181,198,185)
#A3B3A7
(163,179,167)
#91A095
(145,160,149)
#7F8D83
(127,141,131)
#6D7A71
(109,122,113)
#5B675F
(91,103,95)
#49544D
(73,84,77)
#37413B
(55,65,59)
#252E29
(37,46,41)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #C7D9CB

#C7D9CB
(199,217,203)
#CCDCCF
(204,220,207)
#D1DFD3
(209,223,211)
#D6E2D7
(214,226,215)
#DBE5DB
(219,229,219)
#E0E8DF
(224,232,223)
#E5EBE3
(229,235,227)
#EAEEE7
(234,238,231)
#EFF1EB
(239,241,235)
#F4F4EF
(244,244,239)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D9CB; }

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

This text font color is #C7D9CB.


Background Color

.myBgColor { background-color: #C7D9CB; }

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

This div background color is #C7D9CB.


Border color

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

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

This div border color is #C7D9CB.


Opacity

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

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

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

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

This text has shadow with #C7D9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D9CB on black background.


Color preview on white background

This text has color #C7D9CB on white background.



Black color preview on #C7D9CB background

This text has black color on #C7D9CB background.


White color preview on #C7D9CB background

This text has white color on #C7D9CB background.