COLOR #C7ACDB

HEX: #C7ACDB
RGB: (199,172,219)

Renk bilgisi

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

RGB renk modeli

#C7ACDB color RGB value is (199,172,219).

  • kırmız ton 199;
  • yeşil ton 172;
  • mavi ton 219.
RGB:
(199,172,219)
(78%,67%,86%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 172 of 255 = 67%
B 219 of 255 = 86%

199
172
219

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 172 + 219 = 590 (100%)
R 199 of 590 ~ 33.73%
G 172 of 590 ~ 29.15%
B 219 of 590 ~ 37.12%

%33.73
%29.15
%37.12

CMYK RENK MODELİ

#C7ACDB rengi CMYK tonu (9,21,0,14).

  • camgöbeği tonu 9.13%
  • eflatun tonu 21.46%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(9,21,0,14)
C9M21Y0K14 
(9%,21%,0%,14%)
(0.09/0.21/0.00/0.14)	

CMYK yüzdeleri

%9.13
%21.46
%0
%14.12

Codes

Color #C7ACDB in popluar color models

C7ACDB
RGB199172219
HSL274°39.50%76.67%
HSB/HSV274°21.46%85.88%
CMYK9.13%21.46%0.00%
14.12%

Color #C7ACDB in popluar number systems.

HEXC7ACDB
Decimal199172219
Binary110001111010110011011011
Octal307254333

Shades and tints

Shades of #C7ACDB

#C7ACDB
(199,172,219)
#B59DC8
(181,157,200)
#A38EB5
(163,142,181)
#917FA2
(145,127,162)
#7F708F
(127,112,143)
#6D617C
(109,97,124)
#5B5269
(91,82,105)
#494356
(73,67,86)
#373443
(55,52,67)
#252530
(37,37,48)
#13161D
(19,22,29)
#000000
(0,0,0)

Tints of #C7ACDB

#C7ACDB
(199,172,219)
#CCB3DE
(204,179,222)
#D1BAE1
(209,186,225)
#D6C1E4
(214,193,228)
#DBC8E7
(219,200,231)
#E0CFEA
(224,207,234)
#E5D6ED
(229,214,237)
#EADDF0
(234,221,240)
#EFE4F3
(239,228,243)
#F4EBF6
(244,235,246)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7ACDB color. Also use rgb(199,172,219) instead hex code.

Text Font Color

.myTextColor { color: #C7ACDB; }

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

This text font color is #C7ACDB.


Background Color

.myBgColor { background-color: #C7ACDB; }

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

This div background color is #C7ACDB.


Border color

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

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

This div border color is #C7ACDB.


Opacity

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

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

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

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

This text has shadow with #C7ACDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7ACDB on black background.


Color preview on white background

This text has color #C7ACDB on white background.



Black color preview on #C7ACDB background

This text has black color on #C7ACDB background.


White color preview on #C7ACDB background

This text has white color on #C7ACDB background.