COLOR #C696D5

HEX: #C696D5
RGB: (198,150,213)

Renk bilgisi

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

RGB renk modeli

#C696D5 color RGB value is (198,150,213).

  • kırmız ton 198;
  • yeşil ton 150;
  • mavi ton 213.
RGB:
(198,150,213)
(78%,59%,84%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 150 of 255 = 59%
B 213 of 255 = 84%

198
150
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 150 + 213 = 561 (100%)
R 198 of 561 ~ 35.29%
G 150 of 561 ~ 26.74%
B 213 of 561 ~ 37.97%

%35.29
%26.74
%37.97

CMYK RENK MODELİ

#C696D5 rengi CMYK tonu (7,30,0,16).

  • camgöbeği tonu 7.04%
  • eflatun tonu 29.58%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(7,30,0,16)
C7M30Y0K16 
(7%,30%,0%,16%)
(0.07/0.30/0.00/0.16)	

CMYK yüzdeleri

%7.04
%29.58
%0
%16.47

Codes

Color #C696D5 in popluar color models

C696D5
RGB198150213
HSL286°42.86%71.18%
HSB/HSV286°29.58%83.53%
CMYK7.04%29.58%0.00%
16.47%

Color #C696D5 in popluar number systems.

HEXC696D5
Decimal198150213
Binary110001101001011011010101
Octal306226325

Shades and tints

Shades of #C696D5

#C696D5
(198,150,213)
#B489C2
(180,137,194)
#A27CAF
(162,124,175)
#906F9C
(144,111,156)
#7E6289
(126,98,137)
#6C5576
(108,85,118)
#5A4863
(90,72,99)
#483B50
(72,59,80)
#362E3D
(54,46,61)
#24212A
(36,33,42)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #C696D5

#C696D5
(198,150,213)
#CB9FD8
(203,159,216)
#D0A8DB
(208,168,219)
#D5B1DE
(213,177,222)
#DABAE1
(218,186,225)
#DFC3E4
(223,195,228)
#E4CCE7
(228,204,231)
#E9D5EA
(233,213,234)
#EEDEED
(238,222,237)
#F3E7F0
(243,231,240)
#F8F0F3
(248,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C696D5 color. Also use rgb(198,150,213) instead hex code.

Text Font Color

.myTextColor { color: #C696D5; }

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

This text font color is #C696D5.


Background Color

.myBgColor { background-color: #C696D5; }

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

This div background color is #C696D5.


Border color

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

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

This div border color is #C696D5.


Opacity

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

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

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

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

This text has shadow with #C696D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C696D5 on black background.


Color preview on white background

This text has color #C696D5 on white background.



Black color preview on #C696D5 background

This text has black color on #C696D5 background.


White color preview on #C696D5 background

This text has white color on #C696D5 background.