COLOR #C7CDDD

HEX: #C7CDDD
RGB: (199,205,221)

Renk bilgisi

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

RGB renk modeli

#C7CDDD color RGB value is (199,205,221).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 205 of 255 = 80%
B 221 of 255 = 87%

199
205
221

R + G + B ~ 82%. #C7CDDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 205 + 221 = 625 (100%)
R 199 of 625 ~ 31.84%
G 205 of 625 ~ 32.8%
B 221 of 625 ~ 35.36%

%31.84
%32.8
%35.36

CMYK RENK MODELİ

#C7CDDD rengi CMYK tonu (10,7,0,13).

  • camgöbeği tonu 9.95%
  • eflatun tonu 7.24%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(10,7,0,13)
C10M7Y0K13 
(10%,7%,0%,13%)
(0.10/0.07/0.00/0.13)	

CMYK yüzdeleri

%9.95
%7.24
%0
%13.33

Codes

Color #C7CDDD in popluar color models

C7CDDD
RGB199205221
HSL224°24.44%82.35%
HSB/HSV224°9.95%86.67%
CMYK9.95%7.24%0.00%
13.33%

Color #C7CDDD in popluar number systems.

HEXC7CDDD
Decimal199205221
Binary110001111100110111011101
Octal307315335

Shades and tints

Shades of #C7CDDD

#C7CDDD
(199,205,221)
#B5BBC9
(181,187,201)
#A3A9B5
(163,169,181)
#9197A1
(145,151,161)
#7F858D
(127,133,141)
#6D7379
(109,115,121)
#5B6165
(91,97,101)
#494F51
(73,79,81)
#373D3D
(55,61,61)
#252B29
(37,43,41)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7CDDD

#C7CDDD
(199,205,221)
#CCD1E0
(204,209,224)
#D1D5E3
(209,213,227)
#D6D9E6
(214,217,230)
#DBDDE9
(219,221,233)
#E0E1EC
(224,225,236)
#E5E5EF
(229,229,239)
#EAE9F2
(234,233,242)
#EFEDF5
(239,237,245)
#F4F1F8
(244,241,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CDDD; }

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

This text font color is #C7CDDD.


Background Color

.myBgColor { background-color: #C7CDDD; }

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

This div background color is #C7CDDD.


Border color

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

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

This div border color is #C7CDDD.


Opacity

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

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

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

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

This text has shadow with #C7CDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDDD on black background.


Color preview on white background

This text has color #C7CDDD on white background.



Black color preview on #C7CDDD background

This text has black color on #C7CDDD background.


White color preview on #C7CDDD background

This text has white color on #C7CDDD background.