COLOR #C4ADBB

HEX: #C4ADBB
RGB: (196,173,187)

Renk bilgisi

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

RGB renk modeli

#C4ADBB color RGB value is (196,173,187).

  • kırmız ton 196;
  • yeşil ton 173;
  • mavi ton 187.
RGB:
(196,173,187)
(77%,68%,73%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 173 of 255 = 68%
B 187 of 255 = 73%

196
173
187

R + G + B ~ 73%. #C4ADBB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 173 + 187 = 556 (100%)
R 196 of 556 ~ 35.25%
G 173 of 556 ~ 31.12%
B 187 of 556 ~ 33.63%

%35.25
%31.12
%33.63

CMYK RENK MODELİ

#C4ADBB rengi CMYK tonu (0,12,5,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.73%
  • sarı tonu 4.59%
  • ana renk tonu 23.14%
CMYK:
(0,12,5,23)
C0M12Y5K23 
(0%,12%,5%,23%)
(0.00/0.12/0.05/0.23)	

CMYK yüzdeleri

%0
%11.73
%4.59
%23.14

Codes

Color #C4ADBB in popluar color models

C4ADBB
RGB196173187
HSL323°16.31%72.35%
HSB/HSV323°11.73%76.86%
CMYK0.00%11.73%4.59%
23.14%

Color #C4ADBB in popluar number systems.

HEXC4ADBB
Decimal196173187
Binary110001001010110110111011
Octal304255273

Shades and tints

Shades of #C4ADBB

#C4ADBB
(196,173,187)
#B39EAA
(179,158,170)
#A28F99
(162,143,153)
#918088
(145,128,136)
#807177
(128,113,119)
#6F6266
(111,98,102)
#5E5355
(94,83,85)
#4D4444
(77,68,68)
#3C3533
(60,53,51)
#2B2622
(43,38,34)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #C4ADBB

#C4ADBB
(196,173,187)
#C9B4C1
(201,180,193)
#CEBBC7
(206,187,199)
#D3C2CD
(211,194,205)
#D8C9D3
(216,201,211)
#DDD0D9
(221,208,217)
#E2D7DF
(226,215,223)
#E7DEE5
(231,222,229)
#ECE5EB
(236,229,235)
#F1ECF1
(241,236,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4ADBB color. Also use rgb(196,173,187) instead hex code.

Text Font Color

.myTextColor { color: #C4ADBB; }

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

This text font color is #C4ADBB.


Background Color

.myBgColor { background-color: #C4ADBB; }

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

This div background color is #C4ADBB.


Border color

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

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

This div border color is #C4ADBB.


Opacity

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

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

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

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

This text has shadow with #C4ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4ADBB on black background.


Color preview on white background

This text has color #C4ADBB on white background.



Black color preview on #C4ADBB background

This text has black color on #C4ADBB background.


White color preview on #C4ADBB background

This text has white color on #C4ADBB background.