COLOR #C7DCDD

HEX: #C7DCDD
RGB: (199,220,221)

Renk bilgisi

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

RGB renk modeli

#C7DCDD color RGB value is (199,220,221).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 220 of 255 = 86%
B 221 of 255 = 87%

199
220
221

R + G + B ~ 84%. #C7DCDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 220 + 221 = 640 (100%)
R 199 of 640 ~ 31.09%
G 220 of 640 ~ 34.38%
B 221 of 640 ~ 34.53%

%31.09
%34.38
%34.53

CMYK RENK MODELİ

#C7DCDD rengi CMYK tonu (10,0,0,13).

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

CMYK yüzdeleri

%9.95
%0.45
%0
%13.33

Codes

Color #C7DCDD in popluar color models

C7DCDD
RGB199220221
HSL183°24.44%82.35%
HSB/HSV183°9.95%86.67%
CMYK9.95%0.45%0.00%
13.33%

Color #C7DCDD in popluar number systems.

HEXC7DCDD
Decimal199220221
Binary110001111101110011011101
Octal307334335

Shades and tints

Shades of #C7DCDD

#C7DCDD
(199,220,221)
#B5C8C9
(181,200,201)
#A3B4B5
(163,180,181)
#91A0A1
(145,160,161)
#7F8C8D
(127,140,141)
#6D7879
(109,120,121)
#5B6465
(91,100,101)
#495051
(73,80,81)
#373C3D
(55,60,61)
#252829
(37,40,41)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #C7DCDD

#C7DCDD
(199,220,221)
#CCDFE0
(204,223,224)
#D1E2E3
(209,226,227)
#D6E5E6
(214,229,230)
#DBE8E9
(219,232,233)
#E0EBEC
(224,235,236)
#E5EEEF
(229,238,239)
#EAF1F2
(234,241,242)
#EFF4F5
(239,244,245)
#F4F7F8
(244,247,248)
#F9FAFB
(249,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DCDD; }

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

This text font color is #C7DCDD.


Background Color

.myBgColor { background-color: #C7DCDD; }

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

This div background color is #C7DCDD.


Border color

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

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

This div border color is #C7DCDD.


Opacity

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

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

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

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

This text has shadow with #C7DCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DCDD on black background.


Color preview on white background

This text has color #C7DCDD on white background.



Black color preview on #C7DCDD background

This text has black color on #C7DCDD background.


White color preview on #C7DCDD background

This text has white color on #C7DCDD background.