COLOR #C4D1B5

HEX: #C4D1B5
RGB: (196,209,181)

Renk bilgisi

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

RGB renk modeli

#C4D1B5 color RGB value is (196,209,181).

  • kırmız ton 196;
  • yeşil ton 209;
  • mavi ton 181.
RGB:
(196,209,181)
(77%,82%,71%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 209 of 255 = 82%
B 181 of 255 = 71%

196
209
181

R + G + B ~ 77%. #C4D1B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 209 + 181 = 586 (100%)
R 196 of 586 ~ 33.45%
G 209 of 586 ~ 35.67%
B 181 of 586 ~ 30.89%

%33.45
%35.67
%30.89

CMYK RENK MODELİ

#C4D1B5 rengi CMYK tonu (6,0,13,18).

  • camgöbeği tonu 6.22%
  • eflatun tonu 0.00%
  • sarı tonu 13.40%
  • ana renk tonu 18.04%
CMYK:
(6,0,13,18)
C6M0Y13K18 
(6%,0%,13%,18%)
(0.06/0.00/0.13/0.18)	

CMYK yüzdeleri

%6.22
%0
%13.4
%18.04

Codes

Color #C4D1B5 in popluar color models

C4D1B5
RGB196209181
HSL88°23.33%76.47%
HSB/HSV88°13.40%81.96%
CMYK6.22%0.00%13.40%
18.04%

Color #C4D1B5 in popluar number systems.

HEXC4D1B5
Decimal196209181
Binary110001001101000110110101
Octal304321265

Shades and tints

Shades of #C4D1B5

#C4D1B5
(196,209,181)
#B3BEA5
(179,190,165)
#A2AB95
(162,171,149)
#919885
(145,152,133)
#808575
(128,133,117)
#6F7265
(111,114,101)
#5E5F55
(94,95,85)
#4D4C45
(77,76,69)
#3C3935
(60,57,53)
#2B2625
(43,38,37)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C4D1B5

#C4D1B5
(196,209,181)
#C9D5BB
(201,213,187)
#CED9C1
(206,217,193)
#D3DDC7
(211,221,199)
#D8E1CD
(216,225,205)
#DDE5D3
(221,229,211)
#E2E9D9
(226,233,217)
#E7EDDF
(231,237,223)
#ECF1E5
(236,241,229)
#F1F5EB
(241,245,235)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D1B5 color. Also use rgb(196,209,181) instead hex code.

Text Font Color

.myTextColor { color: #C4D1B5; }

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

This text font color is #C4D1B5.


Background Color

.myBgColor { background-color: #C4D1B5; }

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

This div background color is #C4D1B5.


Border color

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

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

This div border color is #C4D1B5.


Opacity

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

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

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

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

This text has shadow with #C4D1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D1B5 on black background.


Color preview on white background

This text has color #C4D1B5 on white background.



Black color preview on #C4D1B5 background

This text has black color on #C4D1B5 background.


White color preview on #C4D1B5 background

This text has white color on #C4D1B5 background.