COLOR #C5DDB0

HEX: #C5DDB0
RGB: (197,221,176)

Renk bilgisi

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

RGB renk modeli

#C5DDB0 color RGB value is (197,221,176).

  • kırmız ton 197;
  • yeşil ton 221;
  • mavi ton 176.
RGB:
(197,221,176)
(77%,87%,69%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 221 of 255 = 87%
B 176 of 255 = 69%

197
221
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 221 + 176 = 594 (100%)
R 197 of 594 ~ 33.16%
G 221 of 594 ~ 37.21%
B 176 of 594 ~ 29.63%

%33.16
%37.21
%29.63

CMYK RENK MODELİ

#C5DDB0 rengi CMYK tonu (11,0,20,13).

  • camgöbeği tonu 10.86%
  • eflatun tonu 0.00%
  • sarı tonu 20.36%
  • ana renk tonu 13.33%
CMYK:
(11,0,20,13)
C11M0Y20K13 
(11%,0%,20%,13%)
(0.11/0.00/0.20/0.13)	

CMYK yüzdeleri

%10.86
%0
%20.36
%13.33

Codes

Color #C5DDB0 in popluar color models

C5DDB0
RGB197221176
HSL92°39.82%77.84%
HSB/HSV92°20.36%86.67%
CMYK10.86%0.00%20.36%
13.33%

Color #C5DDB0 in popluar number systems.

HEXC5DDB0
Decimal197221176
Binary110001011101110110110000
Octal305335260

Shades and tints

Shades of #C5DDB0

#C5DDB0
(197,221,176)
#B4C9A0
(180,201,160)
#A3B590
(163,181,144)
#92A180
(146,161,128)
#818D70
(129,141,112)
#707960
(112,121,96)
#5F6550
(95,101,80)
#4E5140
(78,81,64)
#3D3D30
(61,61,48)
#2C2920
(44,41,32)
#1B1510
(27,21,16)
#000000
(0,0,0)

Tints of #C5DDB0

#C5DDB0
(197,221,176)
#CAE0B7
(202,224,183)
#CFE3BE
(207,227,190)
#D4E6C5
(212,230,197)
#D9E9CC
(217,233,204)
#DEECD3
(222,236,211)
#E3EFDA
(227,239,218)
#E8F2E1
(232,242,225)
#EDF5E8
(237,245,232)
#F2F8EF
(242,248,239)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DDB0 color. Also use rgb(197,221,176) instead hex code.

Text Font Color

.myTextColor { color: #C5DDB0; }

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

This text font color is #C5DDB0.


Background Color

.myBgColor { background-color: #C5DDB0; }

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

This div background color is #C5DDB0.


Border color

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

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

This div border color is #C5DDB0.


Opacity

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

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

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

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

This text has shadow with #C5DDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DDB0 on black background.


Color preview on white background

This text has color #C5DDB0 on white background.



Black color preview on #C5DDB0 background

This text has black color on #C5DDB0 background.


White color preview on #C5DDB0 background

This text has white color on #C5DDB0 background.