COLOR #C5D2B4

HEX: #C5D2B4
RGB: (197,210,180)

Renk bilgisi

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

RGB renk modeli

#C5D2B4 color RGB value is (197,210,180).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 210 of 255 = 82%
B 180 of 255 = 71%

197
210
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 210 + 180 = 587 (100%)
R 197 of 587 ~ 33.56%
G 210 of 587 ~ 35.78%
B 180 of 587 ~ 30.66%

%33.56
%35.78
%30.66

CMYK RENK MODELİ

#C5D2B4 rengi CMYK tonu (6,0,14,18).

  • camgöbeği tonu 6.19%
  • eflatun tonu 0.00%
  • sarı tonu 14.29%
  • ana renk tonu 17.65%
CMYK:
(6,0,14,18)
C6M0Y14K18 
(6%,0%,14%,18%)
(0.06/0.00/0.14/0.18)	

CMYK yüzdeleri

%6.19
%0
%14.29
%17.65

Codes

Color #C5D2B4 in popluar color models

C5D2B4
RGB197210180
HSL86°25.00%76.47%
HSB/HSV86°14.29%82.35%
CMYK6.19%0.00%14.29%
17.65%

Color #C5D2B4 in popluar number systems.

HEXC5D2B4
Decimal197210180
Binary110001011101001010110100
Octal305322264

Shades and tints

Shades of #C5D2B4

#C5D2B4
(197,210,180)
#B4BFA4
(180,191,164)
#A3AC94
(163,172,148)
#929984
(146,153,132)
#818674
(129,134,116)
#707364
(112,115,100)
#5F6054
(95,96,84)
#4E4D44
(78,77,68)
#3D3A34
(61,58,52)
#2C2724
(44,39,36)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #C5D2B4

#C5D2B4
(197,210,180)
#CAD6BA
(202,214,186)
#CFDAC0
(207,218,192)
#D4DEC6
(212,222,198)
#D9E2CC
(217,226,204)
#DEE6D2
(222,230,210)
#E3EAD8
(227,234,216)
#E8EEDE
(232,238,222)
#EDF2E4
(237,242,228)
#F2F6EA
(242,246,234)
#F7FAF0
(247,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D2B4; }

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

This text font color is #C5D2B4.


Background Color

.myBgColor { background-color: #C5D2B4; }

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

This div background color is #C5D2B4.


Border color

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

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

This div border color is #C5D2B4.


Opacity

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

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

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

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

This text has shadow with #C5D2B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D2B4 on black background.


Color preview on white background

This text has color #C5D2B4 on white background.



Black color preview on #C5D2B4 background

This text has black color on #C5D2B4 background.


White color preview on #C5D2B4 background

This text has white color on #C5D2B4 background.