COLOR #C5D6B9

HEX: #C5D6B9
RGB: (197,214,185)

Renk bilgisi

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

RGB renk modeli

#C5D6B9 color RGB value is (197,214,185).

  • kırmız ton 197;
  • yeşil ton 214;
  • mavi ton 185.
RGB:
(197,214,185)
(77%,84%,73%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 214 of 255 = 84%
B 185 of 255 = 73%

197
214
185

R + G + B ~ 78%. #C5D6B9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 214 + 185 = 596 (100%)
R 197 of 596 ~ 33.05%
G 214 of 596 ~ 35.91%
B 185 of 596 ~ 31.04%

%33.05
%35.91
%31.04

CMYK RENK MODELİ

#C5D6B9 rengi CMYK tonu (8,0,14,16).

  • camgöbeği tonu 7.94%
  • eflatun tonu 0.00%
  • sarı tonu 13.55%
  • ana renk tonu 16.08%
CMYK:
(8,0,14,16)
C8M0Y14K16 
(8%,0%,14%,16%)
(0.08/0.00/0.14/0.16)	

CMYK yüzdeleri

%7.94
%0
%13.55
%16.08

Codes

Color #C5D6B9 in popluar color models

C5D6B9
RGB197214185
HSL95°26.13%78.24%
HSB/HSV95°13.55%83.92%
CMYK7.94%0.00%13.55%
16.08%

Color #C5D6B9 in popluar number systems.

HEXC5D6B9
Decimal197214185
Binary110001011101011010111001
Octal305326271

Shades and tints

Shades of #C5D6B9

#C5D6B9
(197,214,185)
#B4C3A9
(180,195,169)
#A3B099
(163,176,153)
#929D89
(146,157,137)
#818A79
(129,138,121)
#707769
(112,119,105)
#5F6459
(95,100,89)
#4E5149
(78,81,73)
#3D3E39
(61,62,57)
#2C2B29
(44,43,41)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5D6B9

#C5D6B9
(197,214,185)
#CAD9BF
(202,217,191)
#CFDCC5
(207,220,197)
#D4DFCB
(212,223,203)
#D9E2D1
(217,226,209)
#DEE5D7
(222,229,215)
#E3E8DD
(227,232,221)
#E8EBE3
(232,235,227)
#EDEEE9
(237,238,233)
#F2F1EF
(242,241,239)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D6B9 color. Also use rgb(197,214,185) instead hex code.

Text Font Color

.myTextColor { color: #C5D6B9; }

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

This text font color is #C5D6B9.


Background Color

.myBgColor { background-color: #C5D6B9; }

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

This div background color is #C5D6B9.


Border color

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

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

This div border color is #C5D6B9.


Opacity

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

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

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

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

This text has shadow with #C5D6B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D6B9 on black background.


Color preview on white background

This text has color #C5D6B9 on white background.



Black color preview on #C5D6B9 background

This text has black color on #C5D6B9 background.


White color preview on #C5D6B9 background

This text has white color on #C5D6B9 background.