COLOR #C5DCD7

HEX: #C5DCD7
RGB: (197,220,215)

Renk bilgisi

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

RGB renk modeli

#C5DCD7 color RGB value is (197,220,215).

  • kırmız ton 197;
  • yeşil ton 220;
  • mavi ton 215.
RGB:
(197,220,215)
(77%,86%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 220 of 255 = 86%
B 215 of 255 = 84%

197
220
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 220 + 215 = 632 (100%)
R 197 of 632 ~ 31.17%
G 220 of 632 ~ 34.81%
B 215 of 632 ~ 34.02%

%31.17
%34.81
%34.02

CMYK RENK MODELİ

#C5DCD7 rengi CMYK tonu (10,0,2,14).

  • camgöbeği tonu 10.45%
  • eflatun tonu 0.00%
  • sarı tonu 2.27%
  • ana renk tonu 13.73%
CMYK:
(10,0,2,14)
C10M0Y2K14 
(10%,0%,2%,14%)
(0.10/0.00/0.02/0.14)	

CMYK yüzdeleri

%10.45
%0
%2.27
%13.73

Codes

Color #C5DCD7 in popluar color models

C5DCD7
RGB197220215
HSL167°24.73%81.76%
HSB/HSV167°10.45%86.27%
CMYK10.45%0.00%2.27%
13.73%

Color #C5DCD7 in popluar number systems.

HEXC5DCD7
Decimal197220215
Binary110001011101110011010111
Octal305334327

Shades and tints

Shades of #C5DCD7

#C5DCD7
(197,220,215)
#B4C8C4
(180,200,196)
#A3B4B1
(163,180,177)
#92A09E
(146,160,158)
#818C8B
(129,140,139)
#707878
(112,120,120)
#5F6465
(95,100,101)
#4E5052
(78,80,82)
#3D3C3F
(61,60,63)
#2C282C
(44,40,44)
#1B1419
(27,20,25)
#000000
(0,0,0)

Tints of #C5DCD7

#C5DCD7
(197,220,215)
#CADFDA
(202,223,218)
#CFE2DD
(207,226,221)
#D4E5E0
(212,229,224)
#D9E8E3
(217,232,227)
#DEEBE6
(222,235,230)
#E3EEE9
(227,238,233)
#E8F1EC
(232,241,236)
#EDF4EF
(237,244,239)
#F2F7F2
(242,247,242)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCD7 color. Also use rgb(197,220,215) instead hex code.

Text Font Color

.myTextColor { color: #C5DCD7; }

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

This text font color is #C5DCD7.


Background Color

.myBgColor { background-color: #C5DCD7; }

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

This div background color is #C5DCD7.


Border color

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

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

This div border color is #C5DCD7.


Opacity

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

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

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

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

This text has shadow with #C5DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCD7 on black background.


Color preview on white background

This text has color #C5DCD7 on white background.



Black color preview on #C5DCD7 background

This text has black color on #C5DCD7 background.


White color preview on #C5DCD7 background

This text has white color on #C5DCD7 background.