COLOR #CFF695

HEX: #CFF695
RGB: (207,246,149)

Color info

#CFF695 contains mainly red and green colors. Web safe color of #CFF695 is #CCFF99 (or #CF9).

RGB color model

#CFF695 color RGB value is (207,246,149).

  • red value is 207;
  • green value is 246;
  • blue value is 149.
RGB:
(207,246,149)
(81%,96%,58%)

RGB channels and saturation

R 207 of 255 = 81%
G 246 of 255 = 96%
B 149 of 255 = 58%

207
246
149

R + G + B ~ 78%. #CFF695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 246 + 149 = 602 (100%)
R 207 of 602 ~ 34.39%
G 246 of 602 ~ 40.86%
B 149 of 602 ~ 24.75%

%34.39
%40.86
%24.75

CMYK color model

#CFF695 color CMYK value is (16,0,39,4).

  • cyan value is 15.85%
  • magenta value is 0.00%
  • yellow value is 39.43%
  • key color value is 3.53%
CMYK:
(16,0,39,4)
C16M0Y39K4 
(16%,0%,39%,4%)
(0.16/0.00/0.39/0.04)	

CMYK percentages

%15.85
%0
%39.43
%3.53

Codes

Color #CFF695 in popluar color models

CFF695
RGB207246149
HSL84°84.35%77.45%
HSB/HSV84°39.43%96.47%
CMYK15.85%0.00%39.43%
3.53%

Color #CFF695 in popluar number systems.

HEXCFF695
Decimal207246149
Binary110011111111011010010101
Octal317366225

Shades and tints

Shades of #CFF695

#CFF695
(207,246,149)
#BDE088
(189,224,136)
#ABCA7B
(171,202,123)
#99B46E
(153,180,110)
#879E61
(135,158,97)
#758854
(117,136,84)
#637247
(99,114,71)
#515C3A
(81,92,58)
#3F462D
(63,70,45)
#2D3020
(45,48,32)
#1B1A13
(27,26,19)
#000000
(0,0,0)

Tints of #CFF695

#CFF695
(207,246,149)
#D3F69E
(211,246,158)
#D7F6A7
(215,246,167)
#DBF6B0
(219,246,176)
#DFF6B9
(223,246,185)
#E3F6C2
(227,246,194)
#E7F6CB
(231,246,203)
#EBF6D4
(235,246,212)
#EFF6DD
(239,246,221)
#F3F6E6
(243,246,230)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFF695 color. Also use rgb(207,246,149) instead hex code.

Text Font Color

.myTextColor { color: #CFF695; }

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

This text font color is #CFF695.


Background Color

.myBgColor { background-color: #CFF695; }

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

This div background color is #CFF695.


Border color

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

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

This div border color is #CFF695.


Opacity

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

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

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

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

This text has shadow with #CFF695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFF695 on black background.


Color preview on white background

This text has color #CFF695 on white background.



Black color preview on #CFF695 background

This text has black color on #CFF695 background.


White color preview on #CFF695 background

This text has white color on #CFF695 background.