COLOR #C5DB9B

HEX: #C5DB9B
RGB: (197,219,155)

Renk bilgisi

#C5DB9B contains mainly red and green colors. #C5DB9B ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5DB9B color RGB value is (197,219,155).

  • kırmız ton 197;
  • yeşil ton 219;
  • mavi ton 155.
RGB:
(197,219,155)
(77%,86%,61%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 219 of 255 = 86%
B 155 of 255 = 61%

197
219
155

R + G + B ~ 75%. #C5DB9B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 219 + 155 = 571 (100%)
R 197 of 571 ~ 34.5%
G 219 of 571 ~ 38.35%
B 155 of 571 ~ 27.15%

%34.5
%38.35
%27.15

CMYK RENK MODELİ

#C5DB9B rengi CMYK tonu (10,0,29,14).

  • camgöbeği tonu 10.05%
  • eflatun tonu 0.00%
  • sarı tonu 29.22%
  • ana renk tonu 14.12%
CMYK:
(10,0,29,14)
C10M0Y29K14 
(10%,0%,29%,14%)
(0.10/0.00/0.29/0.14)	

CMYK yüzdeleri

%10.05
%0
%29.22
%14.12

Codes

Color #C5DB9B in popluar color models

C5DB9B
RGB197219155
HSL81°47.06%73.33%
HSB/HSV81°29.22%85.88%
CMYK10.05%0.00%29.22%
14.12%

Color #C5DB9B in popluar number systems.

HEXC5DB9B
Decimal197219155
Binary110001011101101110011011
Octal305333233

Shades and tints

Shades of #C5DB9B

#C5DB9B
(197,219,155)
#B4C88D
(180,200,141)
#A3B57F
(163,181,127)
#92A271
(146,162,113)
#818F63
(129,143,99)
#707C55
(112,124,85)
#5F6947
(95,105,71)
#4E5639
(78,86,57)
#3D432B
(61,67,43)
#2C301D
(44,48,29)
#1B1D0F
(27,29,15)
#000000
(0,0,0)

Tints of #C5DB9B

#C5DB9B
(197,219,155)
#CADEA4
(202,222,164)
#CFE1AD
(207,225,173)
#D4E4B6
(212,228,182)
#D9E7BF
(217,231,191)
#DEEAC8
(222,234,200)
#E3EDD1
(227,237,209)
#E8F0DA
(232,240,218)
#EDF3E3
(237,243,227)
#F2F6EC
(242,246,236)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DB9B color. Also use rgb(197,219,155) instead hex code.

Text Font Color

.myTextColor { color: #C5DB9B; }

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

This text font color is #C5DB9B.


Background Color

.myBgColor { background-color: #C5DB9B; }

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

This div background color is #C5DB9B.


Border color

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

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

This div border color is #C5DB9B.


Opacity

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

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

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

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

This text has shadow with #C5DB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DB9B on black background.


Color preview on white background

This text has color #C5DB9B on white background.



Black color preview on #C5DB9B background

This text has black color on #C5DB9B background.


White color preview on #C5DB9B background

This text has white color on #C5DB9B background.