COLOR #C7D5DB

HEX: #C7D5DB
RGB: (199,213,219)

Renk bilgisi

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

RGB renk modeli

#C7D5DB color RGB value is (199,213,219).

  • kırmız ton 199;
  • yeşil ton 213;
  • mavi ton 219.
RGB:
(199,213,219)
(78%,84%,86%)

RGB bağlantıları ve doygunluk

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

199
213
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 213 + 219 = 631 (100%)
R 199 of 631 ~ 31.54%
G 213 of 631 ~ 33.76%
B 219 of 631 ~ 34.71%

%31.54
%33.76
%34.71

CMYK RENK MODELİ

#C7D5DB rengi CMYK tonu (9,3,0,14).

  • camgöbeği tonu 9.13%
  • eflatun tonu 2.74%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(9,3,0,14)
C9M3Y0K14 
(9%,3%,0%,14%)
(0.09/0.03/0.00/0.14)	

CMYK yüzdeleri

%9.13
%2.74
%0
%14.12

Codes

Color #C7D5DB in popluar color models

C7D5DB
RGB199213219
HSL198°21.74%81.96%
HSB/HSV198°9.13%85.88%
CMYK9.13%2.74%0.00%
14.12%

Color #C7D5DB in popluar number systems.

HEXC7D5DB
Decimal199213219
Binary110001111101010111011011
Octal307325333

Shades and tints

Shades of #C7D5DB

#C7D5DB
(199,213,219)
#B5C2C8
(181,194,200)
#A3AFB5
(163,175,181)
#919CA2
(145,156,162)
#7F898F
(127,137,143)
#6D767C
(109,118,124)
#5B6369
(91,99,105)
#495056
(73,80,86)
#373D43
(55,61,67)
#252A30
(37,42,48)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #C7D5DB

#C7D5DB
(199,213,219)
#CCD8DE
(204,216,222)
#D1DBE1
(209,219,225)
#D6DEE4
(214,222,228)
#DBE1E7
(219,225,231)
#E0E4EA
(224,228,234)
#E5E7ED
(229,231,237)
#EAEAF0
(234,234,240)
#EFEDF3
(239,237,243)
#F4F0F6
(244,240,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D5DB; }

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

This text font color is #C7D5DB.


Background Color

.myBgColor { background-color: #C7D5DB; }

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

This div background color is #C7D5DB.


Border color

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

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

This div border color is #C7D5DB.


Opacity

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

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

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

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

This text has shadow with #C7D5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D5DB on black background.


Color preview on white background

This text has color #C7D5DB on white background.



Black color preview on #C7D5DB background

This text has black color on #C7D5DB background.


White color preview on #C7D5DB background

This text has white color on #C7D5DB background.