COLOR #C5DCBB

HEX: #C5DCBB
RGB: (197,220,187)

Renk bilgisi

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

RGB renk modeli

#C5DCBB color RGB value is (197,220,187).

  • kırmız ton 197;
  • yeşil ton 220;
  • mavi ton 187.
RGB:
(197,220,187)
(77%,86%,73%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 220 of 255 = 86%
B 187 of 255 = 73%

197
220
187

R + G + B ~ 79%. #C5DCBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 220 + 187 = 604 (100%)
R 197 of 604 ~ 32.62%
G 220 of 604 ~ 36.42%
B 187 of 604 ~ 30.96%

%32.62
%36.42
%30.96

CMYK RENK MODELİ

#C5DCBB rengi CMYK tonu (10,0,15,14).

  • camgöbeği tonu 10.45%
  • eflatun tonu 0.00%
  • sarı tonu 15.00%
  • ana renk tonu 13.73%
CMYK:
(10,0,15,14)
C10M0Y15K14 
(10%,0%,15%,14%)
(0.10/0.00/0.15/0.14)	

CMYK yüzdeleri

%10.45
%0
%15
%13.73

Codes

Color #C5DCBB in popluar color models

C5DCBB
RGB197220187
HSL102°32.04%79.80%
HSB/HSV102°15.00%86.27%
CMYK10.45%0.00%15.00%
13.73%

Color #C5DCBB in popluar number systems.

HEXC5DCBB
Decimal197220187
Binary110001011101110010111011
Octal305334273

Shades and tints

Shades of #C5DCBB

#C5DCBB
(197,220,187)
#B4C8AA
(180,200,170)
#A3B499
(163,180,153)
#92A088
(146,160,136)
#818C77
(129,140,119)
#707866
(112,120,102)
#5F6455
(95,100,85)
#4E5044
(78,80,68)
#3D3C33
(61,60,51)
#2C2822
(44,40,34)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C5DCBB

#C5DCBB
(197,220,187)
#CADFC1
(202,223,193)
#CFE2C7
(207,226,199)
#D4E5CD
(212,229,205)
#D9E8D3
(217,232,211)
#DEEBD9
(222,235,217)
#E3EEDF
(227,238,223)
#E8F1E5
(232,241,229)
#EDF4EB
(237,244,235)
#F2F7F1
(242,247,241)
#F7FAF7
(247,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCBB color. Also use rgb(197,220,187) instead hex code.

Text Font Color

.myTextColor { color: #C5DCBB; }

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

This text font color is #C5DCBB.


Background Color

.myBgColor { background-color: #C5DCBB; }

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

This div background color is #C5DCBB.


Border color

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

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

This div border color is #C5DCBB.


Opacity

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

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

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

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

This text has shadow with #C5DCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCBB on black background.


Color preview on white background

This text has color #C5DCBB on white background.



Black color preview on #C5DCBB background

This text has black color on #C5DCBB background.


White color preview on #C5DCBB background

This text has white color on #C5DCBB background.