COLOR #C5DAC4

HEX: #C5DAC4
RGB: (197,218,196)

Renk bilgisi

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

RGB renk modeli

#C5DAC4 color RGB value is (197,218,196).

  • kırmız ton 197;
  • yeşil ton 218;
  • mavi ton 196.
RGB:
(197,218,196)
(77%,85%,77%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 218 of 255 = 85%
B 196 of 255 = 77%

197
218
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 218 + 196 = 611 (100%)
R 197 of 611 ~ 32.24%
G 218 of 611 ~ 35.68%
B 196 of 611 ~ 32.08%

%32.24
%35.68
%32.08

CMYK RENK MODELİ

#C5DAC4 rengi CMYK tonu (10,0,10,15).

  • camgöbeği tonu 9.63%
  • eflatun tonu 0.00%
  • sarı tonu 10.09%
  • ana renk tonu 14.51%
CMYK:
(10,0,10,15)
C10M0Y10K15 
(10%,0%,10%,15%)
(0.10/0.00/0.10/0.15)	

CMYK yüzdeleri

%9.63
%0
%10.09
%14.51

Codes

Color #C5DAC4 in popluar color models

C5DAC4
RGB197218196
HSL117°22.92%81.18%
HSB/HSV117°10.09%85.49%
CMYK9.63%0.00%10.09%
14.51%

Color #C5DAC4 in popluar number systems.

HEXC5DAC4
Decimal197218196
Binary110001011101101011000100
Octal305332304

Shades and tints

Shades of #C5DAC4

#C5DAC4
(197,218,196)
#B4C7B3
(180,199,179)
#A3B4A2
(163,180,162)
#92A191
(146,161,145)
#818E80
(129,142,128)
#707B6F
(112,123,111)
#5F685E
(95,104,94)
#4E554D
(78,85,77)
#3D423C
(61,66,60)
#2C2F2B
(44,47,43)
#1B1C1A
(27,28,26)
#000000
(0,0,0)

Tints of #C5DAC4

#C5DAC4
(197,218,196)
#CADDC9
(202,221,201)
#CFE0CE
(207,224,206)
#D4E3D3
(212,227,211)
#D9E6D8
(217,230,216)
#DEE9DD
(222,233,221)
#E3ECE2
(227,236,226)
#E8EFE7
(232,239,231)
#EDF2EC
(237,242,236)
#F2F5F1
(242,245,241)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DAC4 color. Also use rgb(197,218,196) instead hex code.

Text Font Color

.myTextColor { color: #C5DAC4; }

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

This text font color is #C5DAC4.


Background Color

.myBgColor { background-color: #C5DAC4; }

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

This div background color is #C5DAC4.


Border color

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

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

This div border color is #C5DAC4.


Opacity

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

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

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

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

This text has shadow with #C5DAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DAC4 on black background.


Color preview on white background

This text has color #C5DAC4 on white background.



Black color preview on #C5DAC4 background

This text has black color on #C5DAC4 background.


White color preview on #C5DAC4 background

This text has white color on #C5DAC4 background.