COLOR #D5ADB5

HEX: #D5ADB5
RGB: (213,173,181)

Renk bilgisi

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

RGB renk modeli

#D5ADB5 color RGB value is (213,173,181).

  • kırmız ton 213;
  • yeşil ton 173;
  • mavi ton 181.
RGB:
(213,173,181)
(84%,68%,71%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 173 of 255 = 68%
B 181 of 255 = 71%

213
173
181

R + G + B ~ 74%. #D5ADB5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 173 + 181 = 567 (100%)
R 213 of 567 ~ 37.57%
G 173 of 567 ~ 30.51%
B 181 of 567 ~ 31.92%

%37.57
%30.51
%31.92

CMYK RENK MODELİ

#D5ADB5 rengi CMYK tonu (0,19,15,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.78%
  • sarı tonu 15.02%
  • ana renk tonu 16.47%
CMYK:
(0,19,15,16)
C0M19Y15K16 
(0%,19%,15%,16%)
(0.00/0.19/0.15/0.16)	

CMYK yüzdeleri

%0
%18.78
%15.02
%16.47

Codes

Color #D5ADB5 in popluar color models

D5ADB5
RGB213173181
HSL348°32.26%75.69%
HSB/HSV348°18.78%83.53%
CMYK0.00%18.78%15.02%
16.47%

Color #D5ADB5 in popluar number systems.

HEXD5ADB5
Decimal213173181
Binary110101011010110110110101
Octal325255265

Shades and tints

Shades of #D5ADB5

#D5ADB5
(213,173,181)
#C29EA5
(194,158,165)
#AF8F95
(175,143,149)
#9C8085
(156,128,133)
#897175
(137,113,117)
#766265
(118,98,101)
#635355
(99,83,85)
#504445
(80,68,69)
#3D3535
(61,53,53)
#2A2625
(42,38,37)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #D5ADB5

#D5ADB5
(213,173,181)
#D8B4BB
(216,180,187)
#DBBBC1
(219,187,193)
#DEC2C7
(222,194,199)
#E1C9CD
(225,201,205)
#E4D0D3
(228,208,211)
#E7D7D9
(231,215,217)
#EADEDF
(234,222,223)
#EDE5E5
(237,229,229)
#F0ECEB
(240,236,235)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ADB5 color. Also use rgb(213,173,181) instead hex code.

Text Font Color

.myTextColor { color: #D5ADB5; }

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

This text font color is #D5ADB5.


Background Color

.myBgColor { background-color: #D5ADB5; }

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

This div background color is #D5ADB5.


Border color

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

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

This div border color is #D5ADB5.


Opacity

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

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

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

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

This text has shadow with #D5ADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ADB5 on black background.


Color preview on white background

This text has color #D5ADB5 on white background.



Black color preview on #D5ADB5 background

This text has black color on #D5ADB5 background.


White color preview on #D5ADB5 background

This text has white color on #D5ADB5 background.