COLOR #C5D3B4

HEX: #C5D3B4
RGB: (197,211,180)

Renk bilgisi

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

RGB renk modeli

#C5D3B4 color RGB value is (197,211,180).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 211 of 255 = 83%
B 180 of 255 = 71%

197
211
180

R + G + B ~ 77%. #C5D3B4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 211 + 180 = 588 (100%)
R 197 of 588 ~ 33.5%
G 211 of 588 ~ 35.88%
B 180 of 588 ~ 30.61%

%33.5
%35.88
%30.61

CMYK RENK MODELİ

#C5D3B4 rengi CMYK tonu (7,0,15,17).

  • camgöbeği tonu 6.64%
  • eflatun tonu 0.00%
  • sarı tonu 14.69%
  • ana renk tonu 17.25%
CMYK:
(7,0,15,17)
C7M0Y15K17 
(7%,0%,15%,17%)
(0.07/0.00/0.15/0.17)	

CMYK yüzdeleri

%6.64
%0
%14.69
%17.25

Codes

Color #C5D3B4 in popluar color models

C5D3B4
RGB197211180
HSL87°26.05%76.67%
HSB/HSV87°14.69%82.75%
CMYK6.64%0.00%14.69%
17.25%

Color #C5D3B4 in popluar number systems.

HEXC5D3B4
Decimal197211180
Binary110001011101001110110100
Octal305323264

Shades and tints

Shades of #C5D3B4

#C5D3B4
(197,211,180)
#B4C0A4
(180,192,164)
#A3AD94
(163,173,148)
#929A84
(146,154,132)
#818774
(129,135,116)
#707464
(112,116,100)
#5F6154
(95,97,84)
#4E4E44
(78,78,68)
#3D3B34
(61,59,52)
#2C2824
(44,40,36)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5D3B4

#C5D3B4
(197,211,180)
#CAD7BA
(202,215,186)
#CFDBC0
(207,219,192)
#D4DFC6
(212,223,198)
#D9E3CC
(217,227,204)
#DEE7D2
(222,231,210)
#E3EBD8
(227,235,216)
#E8EFDE
(232,239,222)
#EDF3E4
(237,243,228)
#F2F7EA
(242,247,234)
#F7FBF0
(247,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D3B4; }

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

This text font color is #C5D3B4.


Background Color

.myBgColor { background-color: #C5D3B4; }

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

This div background color is #C5D3B4.


Border color

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

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

This div border color is #C5D3B4.


Opacity

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

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

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

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

This text has shadow with #C5D3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D3B4 on black background.


Color preview on white background

This text has color #C5D3B4 on white background.



Black color preview on #C5D3B4 background

This text has black color on #C5D3B4 background.


White color preview on #C5D3B4 background

This text has white color on #C5D3B4 background.