COLOR #C7AED6

HEX: #C7AED6
RGB: (199,174,214)

Renk bilgisi

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

RGB renk modeli

#C7AED6 color RGB value is (199,174,214).

  • kırmız ton 199;
  • yeşil ton 174;
  • mavi ton 214.
RGB:
(199,174,214)
(78%,68%,84%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 174 of 255 = 68%
B 214 of 255 = 84%

199
174
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 174 + 214 = 587 (100%)
R 199 of 587 ~ 33.9%
G 174 of 587 ~ 29.64%
B 214 of 587 ~ 36.46%

%33.9
%29.64
%36.46

CMYK RENK MODELİ

#C7AED6 rengi CMYK tonu (7,19,0,16).

  • camgöbeği tonu 7.01%
  • eflatun tonu 18.69%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(7,19,0,16)
C7M19Y0K16 
(7%,19%,0%,16%)
(0.07/0.19/0.00/0.16)	

CMYK yüzdeleri

%7.01
%18.69
%0
%16.08

Codes

Color #C7AED6 in popluar color models

C7AED6
RGB199174214
HSL278°32.79%76.08%
HSB/HSV278°18.69%83.92%
CMYK7.01%18.69%0.00%
16.08%

Color #C7AED6 in popluar number systems.

HEXC7AED6
Decimal199174214
Binary110001111010111011010110
Octal307256326

Shades and tints

Shades of #C7AED6

#C7AED6
(199,174,214)
#B59FC3
(181,159,195)
#A390B0
(163,144,176)
#91819D
(145,129,157)
#7F728A
(127,114,138)
#6D6377
(109,99,119)
#5B5464
(91,84,100)
#494551
(73,69,81)
#37363E
(55,54,62)
#25272B
(37,39,43)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7AED6

#C7AED6
(199,174,214)
#CCB5D9
(204,181,217)
#D1BCDC
(209,188,220)
#D6C3DF
(214,195,223)
#DBCAE2
(219,202,226)
#E0D1E5
(224,209,229)
#E5D8E8
(229,216,232)
#EADFEB
(234,223,235)
#EFE6EE
(239,230,238)
#F4EDF1
(244,237,241)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AED6 color. Also use rgb(199,174,214) instead hex code.

Text Font Color

.myTextColor { color: #C7AED6; }

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

This text font color is #C7AED6.


Background Color

.myBgColor { background-color: #C7AED6; }

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

This div background color is #C7AED6.


Border color

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

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

This div border color is #C7AED6.


Opacity

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

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

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

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

This text has shadow with #C7AED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AED6 on black background.


Color preview on white background

This text has color #C7AED6 on white background.



Black color preview on #C7AED6 background

This text has black color on #C7AED6 background.


White color preview on #C7AED6 background

This text has white color on #C7AED6 background.