COLOR #C5CDD3

HEX: #C5CDD3
RGB: (197,205,211)

Renk bilgisi

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

RGB renk modeli

#C5CDD3 color RGB value is (197,205,211).

  • kırmız ton 197;
  • yeşil ton 205;
  • mavi ton 211.
RGB:
(197,205,211)
(77%,80%,83%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 205 of 255 = 80%
B 211 of 255 = 83%

197
205
211

R + G + B ~ 80%. #C5CDD3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 205 + 211 = 613 (100%)
R 197 of 613 ~ 32.14%
G 205 of 613 ~ 33.44%
B 211 of 613 ~ 34.42%

%32.14
%33.44
%34.42

CMYK RENK MODELİ

#C5CDD3 rengi CMYK tonu (7,3,0,17).

  • camgöbeği tonu 6.64%
  • eflatun tonu 2.84%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(7,3,0,17)
C7M3Y0K17 
(7%,3%,0%,17%)
(0.07/0.03/0.00/0.17)	

CMYK yüzdeleri

%6.64
%2.84
%0
%17.25

Codes

Color #C5CDD3 in popluar color models

C5CDD3
RGB197205211
HSL206°13.73%80.00%
HSB/HSV206°6.64%82.75%
CMYK6.64%2.84%0.00%
17.25%

Color #C5CDD3 in popluar number systems.

HEXC5CDD3
Decimal197205211
Binary110001011100110111010011
Octal305315323

Shades and tints

Shades of #C5CDD3

#C5CDD3
(197,205,211)
#B4BBC0
(180,187,192)
#A3A9AD
(163,169,173)
#92979A
(146,151,154)
#818587
(129,133,135)
#707374
(112,115,116)
#5F6161
(95,97,97)
#4E4F4E
(78,79,78)
#3D3D3B
(61,61,59)
#2C2B28
(44,43,40)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5CDD3

#C5CDD3
(197,205,211)
#CAD1D7
(202,209,215)
#CFD5DB
(207,213,219)
#D4D9DF
(212,217,223)
#D9DDE3
(217,221,227)
#DEE1E7
(222,225,231)
#E3E5EB
(227,229,235)
#E8E9EF
(232,233,239)
#EDEDF3
(237,237,243)
#F2F1F7
(242,241,247)
#F7F5FB
(247,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CDD3 color. Also use rgb(197,205,211) instead hex code.

Text Font Color

.myTextColor { color: #C5CDD3; }

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

This text font color is #C5CDD3.


Background Color

.myBgColor { background-color: #C5CDD3; }

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

This div background color is #C5CDD3.


Border color

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

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

This div border color is #C5CDD3.


Opacity

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

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

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

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

This text has shadow with #C5CDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CDD3 on black background.


Color preview on white background

This text has color #C5CDD3 on white background.



Black color preview on #C5CDD3 background

This text has black color on #C5CDD3 background.


White color preview on #C5CDD3 background

This text has white color on #C5CDD3 background.