COLOR #C5DBC1

HEX: #C5DBC1
RGB: (197,219,193)

Renk bilgisi

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

RGB renk modeli

#C5DBC1 color RGB value is (197,219,193).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 219 of 255 = 86%
B 193 of 255 = 76%

197
219
193

R + G + B ~ 80%. #C5DBC1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 219 + 193 = 609 (100%)
R 197 of 609 ~ 32.35%
G 219 of 609 ~ 35.96%
B 193 of 609 ~ 31.69%

%32.35
%35.96
%31.69

CMYK RENK MODELİ

#C5DBC1 rengi CMYK tonu (10,0,12,14).

  • camgöbeği tonu 10.05%
  • eflatun tonu 0.00%
  • sarı tonu 11.87%
  • ana renk tonu 14.12%
CMYK:
(10,0,12,14)
C10M0Y12K14 
(10%,0%,12%,14%)
(0.10/0.00/0.12/0.14)	

CMYK yüzdeleri

%10.05
%0
%11.87
%14.12

Codes

Color #C5DBC1 in popluar color models

C5DBC1
RGB197219193
HSL111°26.53%80.78%
HSB/HSV111°11.87%85.88%
CMYK10.05%0.00%11.87%
14.12%

Color #C5DBC1 in popluar number systems.

HEXC5DBC1
Decimal197219193
Binary110001011101101111000001
Octal305333301

Shades and tints

Shades of #C5DBC1

#C5DBC1
(197,219,193)
#B4C8B0
(180,200,176)
#A3B59F
(163,181,159)
#92A28E
(146,162,142)
#818F7D
(129,143,125)
#707C6C
(112,124,108)
#5F695B
(95,105,91)
#4E564A
(78,86,74)
#3D4339
(61,67,57)
#2C3028
(44,48,40)
#1B1D17
(27,29,23)
#000000
(0,0,0)

Tints of #C5DBC1

#C5DBC1
(197,219,193)
#CADEC6
(202,222,198)
#CFE1CB
(207,225,203)
#D4E4D0
(212,228,208)
#D9E7D5
(217,231,213)
#DEEADA
(222,234,218)
#E3EDDF
(227,237,223)
#E8F0E4
(232,240,228)
#EDF3E9
(237,243,233)
#F2F6EE
(242,246,238)
#F7F9F3
(247,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBC1; }

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

This text font color is #C5DBC1.


Background Color

.myBgColor { background-color: #C5DBC1; }

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

This div background color is #C5DBC1.


Border color

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

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

This div border color is #C5DBC1.


Opacity

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

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

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

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

This text has shadow with #C5DBC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBC1 on black background.


Color preview on white background

This text has color #C5DBC1 on white background.



Black color preview on #C5DBC1 background

This text has black color on #C5DBC1 background.


White color preview on #C5DBC1 background

This text has white color on #C5DBC1 background.