COLOR #D5AACC

HEX: #D5AACC
RGB: (213,170,204)

Renk bilgisi

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

RGB renk modeli

#D5AACC color RGB value is (213,170,204).

  • kırmız ton 213;
  • yeşil ton 170;
  • mavi ton 204.
RGB:
(213,170,204)
(84%,67%,80%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 170 of 255 = 67%
B 204 of 255 = 80%

213
170
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 170 + 204 = 587 (100%)
R 213 of 587 ~ 36.29%
G 170 of 587 ~ 28.96%
B 204 of 587 ~ 34.75%

%36.29
%28.96
%34.75

CMYK RENK MODELİ

#D5AACC rengi CMYK tonu (0,20,4,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.19%
  • sarı tonu 4.23%
  • ana renk tonu 16.47%
CMYK:
(0,20,4,16)
C0M20Y4K16 
(0%,20%,4%,16%)
(0.00/0.20/0.04/0.16)	

CMYK yüzdeleri

%0
%20.19
%4.23
%16.47

Codes

Color #D5AACC in popluar color models

D5AACC
RGB213170204
HSL313°33.86%75.10%
HSB/HSV313°20.19%83.53%
CMYK0.00%20.19%4.23%
16.47%

Color #D5AACC in popluar number systems.

HEXD5AACC
Decimal213170204
Binary110101011010101011001100
Octal325252314

Shades and tints

Shades of #D5AACC

#D5AACC
(213,170,204)
#C29BBA
(194,155,186)
#AF8CA8
(175,140,168)
#9C7D96
(156,125,150)
#896E84
(137,110,132)
#765F72
(118,95,114)
#635060
(99,80,96)
#50414E
(80,65,78)
#3D323C
(61,50,60)
#2A232A
(42,35,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #D5AACC

#D5AACC
(213,170,204)
#D8B1D0
(216,177,208)
#DBB8D4
(219,184,212)
#DEBFD8
(222,191,216)
#E1C6DC
(225,198,220)
#E4CDE0
(228,205,224)
#E7D4E4
(231,212,228)
#EADBE8
(234,219,232)
#EDE2EC
(237,226,236)
#F0E9F0
(240,233,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AACC color. Also use rgb(213,170,204) instead hex code.

Text Font Color

.myTextColor { color: #D5AACC; }

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

This text font color is #D5AACC.


Background Color

.myBgColor { background-color: #D5AACC; }

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

This div background color is #D5AACC.


Border color

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

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

This div border color is #D5AACC.


Opacity

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

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

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

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

This text has shadow with #D5AACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AACC on black background.


Color preview on white background

This text has color #D5AACC on white background.



Black color preview on #D5AACC background

This text has black color on #D5AACC background.


White color preview on #D5AACC background

This text has white color on #D5AACC background.