COLOR #C5D2CA

HEX: #C5D2CA
RGB: (197,210,202)

Renk bilgisi

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

RGB renk modeli

#C5D2CA color RGB value is (197,210,202).

  • kırmız ton 197;
  • yeşil ton 210;
  • mavi ton 202.
RGB:
(197,210,202)
(77%,82%,79%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 210 of 255 = 82%
B 202 of 255 = 79%

197
210
202

R + G + B ~ 79%. #C5D2CA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 210 + 202 = 609 (100%)
R 197 of 609 ~ 32.35%
G 210 of 609 ~ 34.48%
B 202 of 609 ~ 33.17%

%32.35
%34.48
%33.17

CMYK RENK MODELİ

#C5D2CA rengi CMYK tonu (6,0,4,18).

  • camgöbeği tonu 6.19%
  • eflatun tonu 0.00%
  • sarı tonu 3.81%
  • ana renk tonu 17.65%
CMYK:
(6,0,4,18)
C6M0Y4K18 
(6%,0%,4%,18%)
(0.06/0.00/0.04/0.18)	

CMYK yüzdeleri

%6.19
%0
%3.81
%17.65

Codes

Color #C5D2CA in popluar color models

C5D2CA
RGB197210202
HSL143°12.62%79.80%
HSB/HSV143°6.19%82.35%
CMYK6.19%0.00%3.81%
17.65%

Color #C5D2CA in popluar number systems.

HEXC5D2CA
Decimal197210202
Binary110001011101001011001010
Octal305322312

Shades and tints

Shades of #C5D2CA

#C5D2CA
(197,210,202)
#B4BFB8
(180,191,184)
#A3ACA6
(163,172,166)
#929994
(146,153,148)
#818682
(129,134,130)
#707370
(112,115,112)
#5F605E
(95,96,94)
#4E4D4C
(78,77,76)
#3D3A3A
(61,58,58)
#2C2728
(44,39,40)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #C5D2CA

#C5D2CA
(197,210,202)
#CAD6CE
(202,214,206)
#CFDAD2
(207,218,210)
#D4DED6
(212,222,214)
#D9E2DA
(217,226,218)
#DEE6DE
(222,230,222)
#E3EAE2
(227,234,226)
#E8EEE6
(232,238,230)
#EDF2EA
(237,242,234)
#F2F6EE
(242,246,238)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D2CA color. Also use rgb(197,210,202) instead hex code.

Text Font Color

.myTextColor { color: #C5D2CA; }

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

This text font color is #C5D2CA.


Background Color

.myBgColor { background-color: #C5D2CA; }

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

This div background color is #C5D2CA.


Border color

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

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

This div border color is #C5D2CA.


Opacity

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

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

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

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

This text has shadow with #C5D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2CA on black background.


Color preview on white background

This text has color #C5D2CA on white background.



Black color preview on #C5D2CA background

This text has black color on #C5D2CA background.


White color preview on #C5D2CA background

This text has white color on #C5D2CA background.