COLOR #C7AED8

HEX: #C7AED8
RGB: (199,174,216)

Renk bilgisi

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

RGB renk modeli

#C7AED8 color RGB value is (199,174,216).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 174 of 255 = 68%
B 216 of 255 = 85%

199
174
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 174 + 216 = 589 (100%)
R 199 of 589 ~ 33.79%
G 174 of 589 ~ 29.54%
B 216 of 589 ~ 36.67%

%33.79
%29.54
%36.67

CMYK RENK MODELİ

#C7AED8 rengi CMYK tonu (8,19,0,15).

  • camgöbeği tonu 7.87%
  • eflatun tonu 19.44%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(8,19,0,15)
C8M19Y0K15 
(8%,19%,0%,15%)
(0.08/0.19/0.00/0.15)	

CMYK yüzdeleri

%7.87
%19.44
%0
%15.29

Codes

Color #C7AED8 in popluar color models

C7AED8
RGB199174216
HSL276°35.00%76.47%
HSB/HSV276°19.44%84.71%
CMYK7.87%19.44%0.00%
15.29%

Color #C7AED8 in popluar number systems.

HEXC7AED8
Decimal199174216
Binary110001111010111011011000
Octal307256330

Shades and tints

Shades of #C7AED8

#C7AED8
(199,174,216)
#B59FC5
(181,159,197)
#A390B2
(163,144,178)
#91819F
(145,129,159)
#7F728C
(127,114,140)
#6D6379
(109,99,121)
#5B5466
(91,84,102)
#494553
(73,69,83)
#373640
(55,54,64)
#25272D
(37,39,45)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #C7AED8

#C7AED8
(199,174,216)
#CCB5DB
(204,181,219)
#D1BCDE
(209,188,222)
#D6C3E1
(214,195,225)
#DBCAE4
(219,202,228)
#E0D1E7
(224,209,231)
#E5D8EA
(229,216,234)
#EADFED
(234,223,237)
#EFE6F0
(239,230,240)
#F4EDF3
(244,237,243)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AED8; }

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

This text font color is #C7AED8.


Background Color

.myBgColor { background-color: #C7AED8; }

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

This div background color is #C7AED8.


Border color

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

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

This div border color is #C7AED8.


Opacity

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

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

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

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

This text has shadow with #C7AED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AED8 on black background.


Color preview on white background

This text has color #C7AED8 on white background.



Black color preview on #C7AED8 background

This text has black color on #C7AED8 background.


White color preview on #C7AED8 background

This text has white color on #C7AED8 background.