COLOR #C7DADD

HEX: #C7DADD
RGB: (199,218,221)

Renk bilgisi

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

RGB renk modeli

#C7DADD color RGB value is (199,218,221).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 218 of 255 = 85%
B 221 of 255 = 87%

199
218
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 218 + 221 = 638 (100%)
R 199 of 638 ~ 31.19%
G 218 of 638 ~ 34.17%
B 221 of 638 ~ 34.64%

%31.19
%34.17
%34.64

CMYK RENK MODELİ

#C7DADD rengi CMYK tonu (10,1,0,13).

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

CMYK yüzdeleri

%9.95
%1.36
%0
%13.33

Codes

Color #C7DADD in popluar color models

C7DADD
RGB199218221
HSL188°24.44%82.35%
HSB/HSV188°9.95%86.67%
CMYK9.95%1.36%0.00%
13.33%

Color #C7DADD in popluar number systems.

HEXC7DADD
Decimal199218221
Binary110001111101101011011101
Octal307332335

Shades and tints

Shades of #C7DADD

#C7DADD
(199,218,221)
#B5C7C9
(181,199,201)
#A3B4B5
(163,180,181)
#91A1A1
(145,161,161)
#7F8E8D
(127,142,141)
#6D7B79
(109,123,121)
#5B6865
(91,104,101)
#495551
(73,85,81)
#37423D
(55,66,61)
#252F29
(37,47,41)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #C7DADD

#C7DADD
(199,218,221)
#CCDDE0
(204,221,224)
#D1E0E3
(209,224,227)
#D6E3E6
(214,227,230)
#DBE6E9
(219,230,233)
#E0E9EC
(224,233,236)
#E5ECEF
(229,236,239)
#EAEFF2
(234,239,242)
#EFF2F5
(239,242,245)
#F4F5F8
(244,245,248)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DADD; }

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

This text font color is #C7DADD.


Background Color

.myBgColor { background-color: #C7DADD; }

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

This div background color is #C7DADD.


Border color

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

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

This div border color is #C7DADD.


Opacity

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

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

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

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

This text has shadow with #C7DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DADD on black background.


Color preview on white background

This text has color #C7DADD on white background.



Black color preview on #C7DADD background

This text has black color on #C7DADD background.


White color preview on #C7DADD background

This text has white color on #C7DADD background.