COLOR #C5D5C7

HEX: #C5D5C7
RGB: (197,213,199)

Renk bilgisi

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

RGB renk modeli

#C5D5C7 color RGB value is (197,213,199).

  • kırmız ton 197;
  • yeşil ton 213;
  • mavi ton 199.
RGB:
(197,213,199)
(77%,84%,78%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 213 of 255 = 84%
B 199 of 255 = 78%

197
213
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 213 + 199 = 609 (100%)
R 197 of 609 ~ 32.35%
G 213 of 609 ~ 34.98%
B 199 of 609 ~ 32.68%

%32.35
%34.98
%32.68

CMYK RENK MODELİ

#C5D5C7 rengi CMYK tonu (8,0,7,16).

  • camgöbeği tonu 7.51%
  • eflatun tonu 0.00%
  • sarı tonu 6.57%
  • ana renk tonu 16.47%
CMYK:
(8,0,7,16)
C8M0Y7K16 
(8%,0%,7%,16%)
(0.08/0.00/0.07/0.16)	

CMYK yüzdeleri

%7.51
%0
%6.57
%16.47

Codes

Color #C5D5C7 in popluar color models

C5D5C7
RGB197213199
HSL128°16.00%80.39%
HSB/HSV128°7.51%83.53%
CMYK7.51%0.00%6.57%
16.47%

Color #C5D5C7 in popluar number systems.

HEXC5D5C7
Decimal197213199
Binary110001011101010111000111
Octal305325307

Shades and tints

Shades of #C5D5C7

#C5D5C7
(197,213,199)
#B4C2B5
(180,194,181)
#A3AFA3
(163,175,163)
#929C91
(146,156,145)
#81897F
(129,137,127)
#70766D
(112,118,109)
#5F635B
(95,99,91)
#4E5049
(78,80,73)
#3D3D37
(61,61,55)
#2C2A25
(44,42,37)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #C5D5C7

#C5D5C7
(197,213,199)
#CAD8CC
(202,216,204)
#CFDBD1
(207,219,209)
#D4DED6
(212,222,214)
#D9E1DB
(217,225,219)
#DEE4E0
(222,228,224)
#E3E7E5
(227,231,229)
#E8EAEA
(232,234,234)
#EDEDEF
(237,237,239)
#F2F0F4
(242,240,244)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D5C7 color. Also use rgb(197,213,199) instead hex code.

Text Font Color

.myTextColor { color: #C5D5C7; }

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

This text font color is #C5D5C7.


Background Color

.myBgColor { background-color: #C5D5C7; }

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

This div background color is #C5D5C7.


Border color

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

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

This div border color is #C5D5C7.


Opacity

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

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

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

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

This text has shadow with #C5D5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D5C7 on black background.


Color preview on white background

This text has color #C5D5C7 on white background.



Black color preview on #C5D5C7 background

This text has black color on #C5D5C7 background.


White color preview on #C5D5C7 background

This text has white color on #C5D5C7 background.