COLOR #C799D7

HEX: #C799D7
RGB: (199,153,215)

Renk bilgisi

#C799D7 contains mainly red and blue colors. #C799D7 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.

RGB renk modeli

#C799D7 color RGB value is (199,153,215).

  • kırmız ton 199;
  • yeşil ton 153;
  • mavi ton 215.
RGB:
(199,153,215)
(78%,60%,84%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 153 of 255 = 60%
B 215 of 255 = 84%

199
153
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 153 + 215 = 567 (100%)
R 199 of 567 ~ 35.1%
G 153 of 567 ~ 26.98%
B 215 of 567 ~ 37.92%

%35.1
%26.98
%37.92

CMYK RENK MODELİ

#C799D7 rengi CMYK tonu (7,29,0,16).

  • camgöbeği tonu 7.44%
  • eflatun tonu 28.84%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(7,29,0,16)
C7M29Y0K16 
(7%,29%,0%,16%)
(0.07/0.29/0.00/0.16)	

CMYK yüzdeleri

%7.44
%28.84
%0
%15.69

Codes

Color #C799D7 in popluar color models

C799D7
RGB199153215
HSL285°43.66%72.16%
HSB/HSV285°28.84%84.31%
CMYK7.44%28.84%0.00%
15.69%

Color #C799D7 in popluar number systems.

HEXC799D7
Decimal199153215
Binary110001111001100111010111
Octal307231327

Shades and tints

Shades of #C799D7

#C799D7
(199,153,215)
#B58CC4
(181,140,196)
#A37FB1
(163,127,177)
#91729E
(145,114,158)
#7F658B
(127,101,139)
#6D5878
(109,88,120)
#5B4B65
(91,75,101)
#493E52
(73,62,82)
#37313F
(55,49,63)
#25242C
(37,36,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #C799D7

#C799D7
(199,153,215)
#CCA2DA
(204,162,218)
#D1ABDD
(209,171,221)
#D6B4E0
(214,180,224)
#DBBDE3
(219,189,227)
#E0C6E6
(224,198,230)
#E5CFE9
(229,207,233)
#EAD8EC
(234,216,236)
#EFE1EF
(239,225,239)
#F4EAF2
(244,234,242)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C799D7 color. Also use rgb(199,153,215) instead hex code.

Text Font Color

.myTextColor { color: #C799D7; }

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

This text font color is #C799D7.


Background Color

.myBgColor { background-color: #C799D7; }

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

This div background color is #C799D7.


Border color

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

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

This div border color is #C799D7.


Opacity

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

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

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

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

This text has shadow with #C799D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C799D7 on black background.


Color preview on white background

This text has color #C799D7 on white background.



Black color preview on #C799D7 background

This text has black color on #C799D7 background.


White color preview on #C799D7 background

This text has white color on #C799D7 background.