COLOR #C7DADC

HEX: #C7DADC
RGB: (199,218,220)

Renk bilgisi

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

RGB renk modeli

#C7DADC color RGB value is (199,218,220).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 218 of 255 = 85%
B 220 of 255 = 86%

199
218
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 218 + 220 = 637 (100%)
R 199 of 637 ~ 31.24%
G 218 of 637 ~ 34.22%
B 220 of 637 ~ 34.54%

%31.24
%34.22
%34.54

CMYK RENK MODELİ

#C7DADC rengi CMYK tonu (10,1,0,14).

  • camgöbeği tonu 9.55%
  • eflatun tonu 0.91%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(10,1,0,14)
C10M1Y0K14 
(10%,1%,0%,14%)
(0.10/0.01/0.00/0.14)	

CMYK yüzdeleri

%9.55
%0.91
%0
%13.73

Codes

Color #C7DADC in popluar color models

C7DADC
RGB199218220
HSL186°23.08%82.16%
HSB/HSV186°9.55%86.27%
CMYK9.55%0.91%0.00%
13.73%

Color #C7DADC in popluar number systems.

HEXC7DADC
Decimal199218220
Binary110001111101101011011100
Octal307332334

Shades and tints

Shades of #C7DADC

#C7DADC
(199,218,220)
#B5C7C8
(181,199,200)
#A3B4B4
(163,180,180)
#91A1A0
(145,161,160)
#7F8E8C
(127,142,140)
#6D7B78
(109,123,120)
#5B6864
(91,104,100)
#495550
(73,85,80)
#37423C
(55,66,60)
#252F28
(37,47,40)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #C7DADC

#C7DADC
(199,218,220)
#CCDDDF
(204,221,223)
#D1E0E2
(209,224,226)
#D6E3E5
(214,227,229)
#DBE6E8
(219,230,232)
#E0E9EB
(224,233,235)
#E5ECEE
(229,236,238)
#EAEFF1
(234,239,241)
#EFF2F4
(239,242,244)
#F4F5F7
(244,245,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DADC; }

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

This text font color is #C7DADC.


Background Color

.myBgColor { background-color: #C7DADC; }

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

This div background color is #C7DADC.


Border color

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

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

This div border color is #C7DADC.


Opacity

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

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

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

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

This text has shadow with #C7DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DADC on black background.


Color preview on white background

This text has color #C7DADC on white background.



Black color preview on #C7DADC background

This text has black color on #C7DADC background.


White color preview on #C7DADC background

This text has white color on #C7DADC background.